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 9b49133 commit e9c0e55Copy full SHA for e9c0e55
.codecov.yml
@@ -0,0 +1,35 @@
1
+codecov:
2
+ notify:
3
+ require_ci_to_pass: true
4
+comment: off
5
+ignore:
6
+ - "Doc/**/*"
7
+ - "Misc/*"
8
+ - "Mac/**/*"
9
+ - "PC/**/*"
10
+ - "PCbuild/**/*"
11
+ - "Tools/**/*"
12
+ - "Grammar/*"
13
+coverage:
14
+ precision: 2
15
+ range:
16
+ - 70.0
17
+ - 100.0
18
+ round: down
19
+ status:
20
+ changes: off
21
+ project: off
22
+ patch:
23
+ default:
24
+ target: 100%
25
+ only_pulls: true
26
+ threshold: 0.05
27
+parsers:
28
+ gcov:
29
+ branch_detection:
30
+ conditional: true
31
+ loop: true
32
+ macro: false
33
+ method: false
34
+ javascript:
35
+ enable_partials: false
0 commit comments