-
Notifications
You must be signed in to change notification settings - Fork 509
Expand file tree
/
Copy path.codecov.yml
More file actions
40 lines (35 loc) · 874 Bytes
/
Copy path.codecov.yml
File metadata and controls
40 lines (35 loc) · 874 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
# For more configuration details:
# https://docs.codecov.io/docs/codecov-yaml
# Check if this file is valid by running in bash:
# curl -X POST --data-binary @.codecov.yml https://codecov.io/validate
# coverage configuration
coverage:
range: 70..90
round: down
precision: 3
status:
project:
#default: false # disable the default status that measures entire project
default:
target: 75
threshold: 5
patch:
default:
target: 0 # new contributions should have a coverage at least equal to target
informational: true
#threshold: 5
ignore:
- "**/autotest/*"
- "**/examples/*"
- "**/sandbox/*"
- "**/scripts/*"
- "**/src/*/bench/*"
- "**/src/*/tests/*"
# parse coverage reports
parsers:
gcov:
branch_detection:
conditional: yes
loop: yes
method: no
macro: no