forked from cloud-custodian/cloud-custodian
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.codecov.yml
38 lines (36 loc) · 821 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
codecov:
notify:
require_ci_to_pass: yes
comment: off
coverage:
precision: 2
round: up
range: "70...100"
status:
patch:
default:
threshold: "5%"
only_pulls: true
project:
azure:
paths: "tools/c7n_azure"
threshold: "1%"
gcp:
paths: "tools/c7n_gcp"
threshold: "1%"
mailer:
paths: "tools/c7n_mailer"
threshold: "3%"
k8s:
paths: "tools/c7n_kube"
threshold: "1%"
tf:
paths: "tools/c7n_terraform"
threshold: "1%"
# aws is weaved throughout core atm can't easily call it out separately
custodian:
# one of the tests is slightly variable coverage due to concurrency (0.01)
threshold: "0.10%"
paths:
- "!tools"
default: off