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 287e77d commit ac96c9cCopy full SHA for ac96c9c
codecov.yml
@@ -0,0 +1,26 @@
1
+codecov:
2
+ notify:
3
+ require_ci_to_pass: true
4
+comment:
5
+ behavior: default
6
+ layout: header, diff
7
+ require_changes: false
8
+coverage:
9
+ precision: 2
10
+ range:
11
+ - 70.0
12
+ - 100.0
13
+ round: down
14
+ status:
15
+ changes: false
16
+ patch: true
17
+ project: true
18
+parsers:
19
+ gcov:
20
+ branch_detection:
21
+ conditional: true
22
+ loop: true
23
+ macro: false
24
+ method: false
25
+ javascript:
26
+ enable_partials: false
0 commit comments