Skip to content

Commit f0fa141

Browse files
committed
WIP: Add to the existing codecov config.
1 parent 0297a6c commit f0fa141

File tree

2 files changed

+25
-26
lines changed

2 files changed

+25
-26
lines changed

ci/codecov.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
11
# codecov can find this file anywhere in the repo, so we don't need to clutter
22
# the root folder.
33
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+
if_no_uploads: error
22+
if_not_found: success
23+
if_ci_failed: failure
24+
paths: !lib/.*/tests/.*
25+
26+
tests:
27+
target: 100%
28+
paths: lib/.*/tests/.*"

codecov.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)