-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.codecov.yml
More file actions
38 lines (34 loc) · 1023 Bytes
/
.codecov.yml
File metadata and controls
38 lines (34 loc) · 1023 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
36
37
38
ignore:
- "tests/*"
- "PQAnalysis/_version.py"
coverage:
status:
project:
relative_coverage:
# basic
target: auto #default
base: auto
if_ci_failed: error #success, failure, error, ignore
carryforward:
target: auto #default
base: auto
flags:
- new_code
if_ci_failed: error #success, failure, error, ignore
informational: false
only_pulls: false
github_checks:
annotations: true
comment:
layout: "newheader, diff, flags, files"
require_changes: false # if true: only post the comment if coverage changes
require_base: false # [yes :: must have a base report to post]
require_head: true # [yes :: must have a head report to post]
show_carryforward_flags: true
show_critical_paths: true #new option to labeled critical files
hide_comment_details: true #collapse all the "detailed info" for the PR comment
flags:
new_code:
paths:
- "PQAnalysis"
carryforward: true