forked from daniel-codecov/example-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
32 lines (31 loc) · 685 Bytes
/
codecov.yml
File metadata and controls
32 lines (31 loc) · 685 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
# coverage:
# status:
# changes: false
# default_rules:
# flag_coverage_not_uploaded_behavior: "include"
# patch:
# default:
# base: "auto"
# if_ci_failed: "error"
# only_pulls: true
# target: 50
# project:
# default:
# if_ci_failed: "error"
# only_pulls: true
# target: "auto"
flag_management:
default_rules:
carryforward: true
individual_flags:
- carryforward: true
name: x
- carryforward: true
name: y
- carryforward: true
name: z
# cli:
# plugins:
# pycoverage:
# path_to_coverage_file: '.artifacts/.coverage'
# report_type: "json"