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.
1 parent cab99f7 commit 618d605Copy full SHA for 618d605
.codecov.yml
@@ -1,20 +1,20 @@
1
codecov:
2
- require_ci_to_pass: no
+ require_ci_to_pass: yes
3
4
coverage:
5
- precision: 2
6
- round: up
7
- range: "70...100"
+ precision: 2
+ round: up
+ range: "70...100"
8
9
parsers:
10
- gcov:
11
- branch_detection:
12
- conditional: yes
13
- loop: yes
14
- method: no
15
- macro: no
+ gcov:
+ branch_detection:
+ conditional: yes
+ loop: yes
+ method: no
+ macro: no
16
17
comment:
18
- layout: "reach,diff,flags,tree"
19
- behavior: default
20
- require_changes: no
+ layout: "reach,diff,flags,tree"
+ behavior: default
+ require_changes: no
0 commit comments