-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.codecov.yml
More file actions
34 lines (30 loc) · 740 Bytes
/
.codecov.yml
File metadata and controls
34 lines (30 loc) · 740 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
# Codecov configuration for marEx
# https://docs.codecov.com/docs/codecov-yaml
coverage:
status:
# Overall project coverage
project:
default:
target: 95% # Maintain 95% overall project coverage
threshold: 1%
if_ci_failed: error
# Coverage for new code in patches/PRs - disabled
patch:
default:
enabled: false # Do not enforce patch coverage requirements
# Comment configuration
comment:
layout: "reach,diff,flags,tree"
behavior: default
require_changes: false
require_base: false
require_head: true
# Ignore paths
ignore:
- "tests/"
- "docs/"
- "examples/"
- "setup.py"
- "**/_dependencies.py"
- "**/_coverage_init.py"
- "**/plotX/unstructured.py"