Skip to content

Commit 841c10b

Browse files
authored
Merge pull request #3766 from rubberduck-vba/ugh-codecov
Hotfix CodeCov invalid configuration
2 parents 71d7995 + 4249c2b commit 841c10b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

codecov.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,15 @@ coverage:
1717
status:
1818
# don't check patch coverage
1919
patch: off
20-
changes:
21-
base: auto
2220
project:
2321
default:
2422
target: 0 # don't force a minimum coverage
2523
# allow decrease by up to 5 %
2624
threshold: 5
2725
base: auto
2826
core:
29-
# restrict core decrease to 1.5%
30-
threshold: 1.5
27+
# restrict core decrease to 2%
28+
threshold: 2
3129
flags: core
3230
ui:
3331
flags: ui

0 commit comments

Comments
 (0)