Skip to content

Commit 22ba52b

Browse files
authored
Tweak .codedoc.yml to make it more useful (#71)
1 parent d50f188 commit 22ba52b

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

.codecov.yml

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,29 @@
11
codecov:
22
notify:
33
require_ci_to_pass: true
4-
comment:
5-
behavior: new
6-
layout: header, diff
7-
require_changes: false
4+
comment: off
5+
ignore:
6+
- "Doc/**/*"
7+
- "Misc/*"
8+
- "Mac/**/*"
9+
- "PC/**/*"
10+
- "PCbuild/**/*"
11+
- "Tools/**/*"
12+
- "Grammar/*"
813
coverage:
914
precision: 2
1015
range:
1116
- 70.0
1217
- 100.0
1318
round: down
1419
status:
15-
changes: false
20+
changes: off
21+
project: off
1622
patch:
1723
default:
18-
threshold: 0.01
19-
project:
20-
default:
21-
threshold: 0.01
24+
target: 100%
25+
only_pulls: true
26+
threshold: 0.05
2227
parsers:
2328
gcov:
2429
branch_detection:

0 commit comments

Comments
 (0)