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.
1 parent 0297a6c commit f0fa141Copy full SHA for f0fa141
ci/codecov.yml
@@ -1,3 +1,28 @@
1
# codecov can find this file anywhere in the repo, so we don't need to clutter
2
# the root folder.
3
comment: false
4
+
5
+codecov:
6
+ notify:
7
+ require_ci_to_pass: no
8
9
+coverage:
10
+ status:
11
+ patch:
12
+ default:
13
+ target: '80'
14
+ if_no_uploads: error
15
+ if_not_found: success
16
+ if_ci_failed: failure
17
+ project:
18
+ default: off
19
+ library:
20
+ target: auto
21
22
23
24
+ paths: !lib/.*/tests/.*
25
26
+ tests:
27
+ target: 100%
28
+ paths: lib/.*/tests/.*"
codecov.yml
0 commit comments