forked from cylc/cylc-flow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.codecov.yml
39 lines (33 loc) · 800 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
37
38
39
# Codecov settings
# After modifying this file, it might be worth to validate it with:
# `curl --data-binary @.codecov.yml https://codecov.io/validate`
codecov:
notify:
require_ci_to_pass: yes
# define the colour bar limits here
coverage:
precision: 2
round: down
range: "75...100"
# diff type
status:
project:
default:
# commits below this threshold will be marked as failed
target: '92%'
# how much we allow the coverage to drop
threshold: '2%'
patch:
default:
target: '97%'
threshold: '5%'
# files to ignore
ignore:
- "tests/**"
- "ws_messages_pb2.py"
- "cylc/flow/scripts/report_timings.py"
flag_management:
default_rules:
carryforward: true
# turn off comments to pull requests
comment: false