Skip to content

Commit f821315

Browse files
committed
relax coverage requirements
1 parent 4fd19c9 commit f821315

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)