forked from chengxinjiang/NoisePy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodecov.yml
36 lines (30 loc) · 773 Bytes
/
codecov.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# config for codecov
codecov:
token: eee2d1a8-f24b-401b-a211-19c10e987f53
coverage:
status:
# set commit status if relative change of whole project coverage
# exceeds threshold
project:
default:
target: auto
threshold: 0
set_pending: yes
if_no_uploads: error
if_not_found: error
if_ci_failed: error
# set commit status, if coverage of diff is below target threshold
patch:
default:
target: 90
set_pending: yes
base: auto
if_no_uploads: error
if_not_found: error
if_ci_failed: error
# not exactly sure in what cases this commit status is triggered..
changes:
default:
enabled: no
# no comments in PRs
comment: off