-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodecov.yml
38 lines (33 loc) · 868 Bytes
/
codecov.yml
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
codecov:
require_ci_to_pass: true
coverage:
# How coverage metrics are presented
precision: 2
round: down
range: "70...100"
# Define coverage thresholds.
status:
project:
default:
# Fails CI if coverage < 1%
target: 90
# Optionally ignore specific files/dirs.
ignore:
- "sieves/tests"
- "docs"
- "**/test_*.py"
comment:
layout: "diff, flags, files"
behavior: default
require_changes: false # learn more in the Requiring Changes section below
require_base: false # [true :: must have a base report to post]
require_head: true # [true :: must have a head report to post]
hide_project_coverage: true # [true :: only show coverage on the git diff]
parsers:
# Example parser config
gcov:
branch_detection:
conditional: yes
loop: yes
method: no
macro: no