-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathcodecov.yml
More file actions
35 lines (34 loc) · 736 Bytes
/
Copy pathcodecov.yml
File metadata and controls
35 lines (34 loc) · 736 Bytes
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
flag_management:
default_rules: # the rules that will be followed for any flag added, generally
carryforward: true
statuses:
- type: project
target: 80%
threshold: 1%
- type: patch
target: 80%
coverage:
status:
project:
default:
threshold: 75%
paths:
- "pyvts"
branches:
- main
patch:
default:
# basic
target: 80%
threshold: 50%
base: auto
flags:
- unit
paths:
- "pyvts"
# advanced settings
branches:
- main
if_ci_failed: error #success, failure, error, ignore
informational: false
only_pulls: false