We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3a440d + 99b3382 commit 4b57759Copy full SHA for 4b57759
ci/codecov.yml
@@ -10,19 +10,21 @@ coverage:
10
status:
11
patch:
12
default:
13
- target: '80'
+ target: 50%
14
if_no_uploads: error
15
if_not_found: success
16
if_ci_failed: failure
17
project:
18
default: false
19
library:
20
- target: auto
21
22
23
24
paths: '!lib/.*/tests/.*'
25
-
26
tests:
27
- target: 97.9%
+ target: auto
+ if_no_uploads: error
28
+ if_not_found: success
29
+ if_ci_failed: failure
30
paths: 'lib/.*/tests/.*'
0 commit comments