We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01a5a82 + f7e674b commit 74058b2Copy full SHA for 74058b2
.codecov.yml
@@ -1,26 +1,25 @@
1
-codecov:
2
- notify:
3
- require_ci_to_pass: yes
4
-
5
coverage:
6
precision: 2
7
round: down
8
- range: '70...100'
+ range: 8...100
9
10
status:
11
- project: no
12
- patch: no
13
- changes: no
+ project: false
+ patch: true
+ changes: false
14
15
parsers:
16
gcov:
17
branch_detection:
18
- conditional: yes
19
- loop: yes
20
- method: no
21
- macro: no
+ conditional: true
+ loop: true
+ method: false
+ macro: false
22
23
comment:
24
- layout: 'diff'
+ layout: diff
25
behavior: default
26
- require_changes: no
+ require_changes: true
+
+github_checks:
+ annotations: false
0 commit comments