12345678910111213141516171819202122 |
- codecov:
- notify:
- require_ci_to_pass: yes
- coverage:
- precision: 2
- round: down
- range: 70...100
- status:
-
- project: true
- patch: true
- changes: true
-
- ignore:
- - .*/tests/.*
- comment:
- layout: "header, diff, changes, uncovered"
- behavior: default
|