forked from eqcorrscan/EQcorrscan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codecov.yml
34 lines (29 loc) · 801 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
# config for codecov, see https://codecov.io/gh/obspy/obspy/settings/yaml
coverage:
range: 50...100
status:
# set commit status if relative change of whole project coverage
# exceeds threshold
project:
default:
enabled: yes
target: auto
threshold: 1.5
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:
enabled: yes
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: true
# no comments in PRs
comment: off