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 8835f46 commit ed07522Copy full SHA for ed07522
.github/codecov.yml
@@ -5,26 +5,20 @@ codecov:
5
comment: off
6
ignore:
7
- "Doc/**/*"
8
- - "Misc/*"
+ - "Misc/**/*"
9
- "Mac/**/*"
10
- "PC/**/*"
11
- "PCbuild/**/*"
12
- "Tools/**/*"
13
- "Grammar/*"
14
coverage:
15
precision: 2
16
- range:
17
- - 70.0
18
- - 100.0
+ range: 70...90
19
round: down
20
status:
21
changes: off
22
project: off
23
- patch:
24
- default:
25
- target: 100%
26
- only_pulls: true
27
- threshold: 0.05
+ patch: off
28
parsers:
29
gcov:
30
branch_detection:
0 commit comments