-
Notifications
You must be signed in to change notification settings - Fork 481
Expand file tree
/
Copy path.codecov.yml
More file actions
28 lines (25 loc) · 794 Bytes
/
.codecov.yml
File metadata and controls
28 lines (25 loc) · 794 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
codecov:
require_ci_to_pass: yes
coverage:
status:
project:
default:
target: 63.50% # If auto, it will compare with the last commit. This could be set to an exact number such as 70% or higher.
threshold: 0.01% # Allow the coverage to drop by 0.01%, and posting a success status.
base: auto
patch:
default:
target: 0% # If auto, it will compare with the last commit. This could be set to an exact number such as 70% or higher.
threshold: 0.01% # Allow the coverage to drop by 0.01%, and posting a success status.
base: auto
parsers:
gcov:
branch_detection:
conditional: yes
loop: yes
method: no
macro: no
comment:
layout: "reach,diff,flags,tree"
behavior: default
require_changes: no