Skip to content

Commit 67af81c

Browse files
authored
Merge pull request #54 from neurostuff/codecov-threshold
[CI] Relax Codecov coverage requirements
2 parents 4c74a85 + f821315 commit 67af81c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.codecov.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ coverage:
77
project:
88
default:
99
# basic
10-
target: 0
11-
threshold: null
10+
target: auto
11+
threshold: 2%
1212
patch:
1313
default:
14-
target: 0
15-
threshold: null
14+
target: auto
15+
threshold: 2%
1616
ignore:
1717
- 'pymare/tests/'
1818
- 'pymare/_version.py'

0 commit comments

Comments
 (0)