Skip to content

Commit ebeabb5

Browse files
authored
bpo-40156: Copy Codecov configuration from master (GH-19306)
Disable "Codevov patch" job on pull requests.
1 parent 83fc701 commit ebeabb5

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/codecov.yml

+3-9
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,20 @@ codecov:
55
comment: off
66
ignore:
77
- "Doc/**/*"
8-
- "Misc/*"
8+
- "Misc/**/*"
99
- "Mac/**/*"
1010
- "PC/**/*"
1111
- "PCbuild/**/*"
1212
- "Tools/**/*"
1313
- "Grammar/*"
1414
coverage:
1515
precision: 2
16-
range:
17-
- 70.0
18-
- 100.0
16+
range: 70...90
1917
round: down
2018
status:
2119
changes: off
2220
project: off
23-
patch:
24-
default:
25-
target: 100%
26-
only_pulls: true
27-
threshold: 0.05
21+
patch: off
2822
parsers:
2923
gcov:
3024
branch_detection:

0 commit comments

Comments
 (0)