Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 770b488

Browse files
committed
ENH: Add configuration for codecov.io
This sets it to report even if CI fails (just to get to see numbers). It also disabled PR comments. The thresholds for diff (80%) and overall coverage (don't decrease) are the defaults.
1 parent 4ae9488 commit 770b488

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

codecov.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
codecov:
2+
notify:
3+
require_ci_to_pass: no
4+
5+
coverage:
6+
status:
7+
patch:
8+
default:
9+
target: '80'
10+
if_no_uploads: error
11+
if_not_found: success
12+
if_ci_failed: failure
13+
project:
14+
default:
15+
target: auto
16+
if_no_uploads: error
17+
if_not_found: success
18+
if_ci_failed: failure
19+
20+
comment: off

0 commit comments

Comments
 (0)