-
Notifications
You must be signed in to change notification settings - Fork 627
/
codecov.yml
39 lines (37 loc) · 936 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:
notify:
after_n_builds: 10 # Keep in sync with .github/workflows/ci.yml
# Dear h4xx0rz reading this,
# Feel free to use this token to upload arbitrary coverage information to codecov.
# We do not care. The best you can do is make us facepalm.
# Best,
token: 1d44b2e4-764d-4336-b989-d3c620176bd2
coverage:
status:
project:
default:
target: auto
threshold: 5%
patch:
default: false
component_management:
default_rules:
paths:
- "!debug_scripts/**"
- "!docs/**"
- "!genesis-tools/**"
- "!integration-tests/**"
- "!nightly/**"
- "!tools/**"
statuses:
- type: project
target: auto
threshold: 0.5%
only_pulls: true
- type: patch
target: auto
only_pulls: true
individual_components:
- component_id: unit-tests
flag_regexes: ["unittests"]
- component_id: all-tests