Skip to content

Commit d75fbf2

Browse files
committed
enable patch coverage reporting in codecov
- checks will block if coverage does not correspond to at least current coverage - allow 1% fluctuations - cleaned up .codecov.yml
1 parent 52a38dc commit d75fbf2

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.codecov.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Codecov configuration to make it a bit less noisy
22
coverage:
33
status:
4-
patch: false
4+
patch:
5+
default:
6+
threshold: 1%
7+
target: auto
58
project:
69
default:
7-
threshold: 50%
10+
threshold: 1%
11+
target: auto
812
comment:
913
layout: "header"
1014
require_changes: false
@@ -13,7 +17,5 @@ comment:
1317
flags: null
1418
paths: null
1519
ignore:
16-
- "imdclient/_version.py"
1720
- "imdclient/data"
1821
- "imdclient/tests"
19-
- "examples"

0 commit comments

Comments
 (0)