8000
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 d50f188 commit 22ba52bCopy full SHA for 22ba52b
.codecov.yml
@@ -1,24 +1,29 @@
1
codecov:
2
notify:
3
require_ci_to_pass: true
4
- 8000 comment:
5
- behavior: new
6
- layout: header, diff
7
- require_changes: false
+comment: off
+ignore:
+ - "Doc/**/*"
+ - "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:
- changes: false
20
+ changes: off
21
+ project: off
22
patch:
23
default:
- threshold: 0.01
- project:
- default:
24
+ target: 100%
25
+ only_pulls: true
26
+ threshold: 0.05
27
parsers:
28
gcov:
29
branch_detection:
0 commit comments