-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
44 lines (40 loc) · 849 Bytes
/
codecov.yml
File metadata and controls
44 lines (40 loc) · 849 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
39
40
41
42
43
44
coverage:
status:
project:
default:
# Require 80% coverage
target: 45%
# Allow 5% drop from base
threshold: 5%
# Only run on patch changes
informational: false
patch:
default:
# Require 80% coverage on new code
target: 45%
# Allow 5% drop from base
threshold: 5%
# Only run on patch changes
informational: false
ignore:
# Ignore test files
- "tests/"
# Ignore documentation
- "docs/"
# Ignore setup/build files
- "setup.py"
- "pyproject.toml"
# Ignore sample files
- "samples/"
round: down
precision: 2
comment:
layout: "reach,diff,flags,tree"
behavior: default
require_changes: false
require_base: false
require_head: true
flags:
unittests:
paths:
- src/meatpy/