Skip to content

Commit 4b57759

Browse files
authored
Merge pull request #8491 from anntzer/remove-codecov-targets
Remove codecov coverage targets.
2 parents c3a440d + 99b3382 commit 4b57759

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

ci/codecov.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,21 @@ coverage:
1010
status:
1111
patch:
1212
default:
13-
target: '80'
13+
target: 50%
1414
if_no_uploads: error
1515
if_not_found: success
1616
if_ci_failed: failure
1717
project:
1818
default: false
1919
library:
20-
target: auto
20+
target: 50%
2121
if_no_uploads: error
2222
if_not_found: success
2323
if_ci_failed: failure
2424
paths: '!lib/.*/tests/.*'
25-
2625
tests:
27-
target: 97.9%
26+
target: auto
27+
if_no_uploads: error
28+
if_not_found: success
29+
if_ci_failed: failure
2830
paths: 'lib/.*/tests/.*'

0 commit comments

Comments
 (0)