-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Expand file tree
/
Copy pathcodecov.yml
More file actions
35 lines (32 loc) · 672 Bytes
/
codecov.yml
File metadata and controls
35 lines (32 loc) · 672 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
codecov:
notify:
# Do not send notifications when CI fails
require_ci_to_pass: true
comment:
# Define codevov comments behavior and content
behavior: default
layout: header, diff, tree
require_changes: false
coverage:
# Define coverage range and precision
precision: 2
range: "70..100"
round: down
status:
# Only consider changes to the whole project
project:
default:
target: auto
threshold: 0.5%
base: auto
patch: false
changes: false
parsers:
gcov:
branch_detection:
conditional: true
loop: true
macro: false
method: false
javascript:
enable_partials: yes