-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy path.codecov.yml
More file actions
44 lines (41 loc) · 1.04 KB
/
.codecov.yml
File metadata and controls
44 lines (41 loc) · 1.04 KB
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
40
41
42
43
44
# Codecov configuration
# https://docs.codecov.com/docs/codecov-yaml
coverage:
status:
project:
default:
informational: true # Never fails, just shows coverage info
patch:
default:
informational: true # Never fails, just shows patch coverage
# Flag configuration for multi-component coverage
flags:
core:
paths:
- src/viral_ngs/core/
- src/viral_ngs/util/
- src/viral_ngs/*.py
carryforward: true
assemble:
paths:
- src/viral_ngs/assemble/
- src/viral_ngs/assembly.py
carryforward: true
classify:
paths:
- src/viral_ngs/classify/
- src/viral_ngs/metagenomics.py
- src/viral_ngs/taxon_filter.py
- src/viral_ngs/kmer_utils.py
carryforward: true
phylo:
paths:
- src/viral_ngs/phylo/
- src/viral_ngs/interhost.py
- src/viral_ngs/intrahost.py
- src/viral_ngs/ncbi.py
carryforward: true
comment:
layout: "reach,diff,flags,files"
behavior: default
require_changes: true # Only comment if coverage changes