Skip to content

Commit 050a0c8

Browse files
authored
re-add codecov.yml
1 parent 3afc8fb commit 050a0c8

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

codecov.yml

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
codecov:
2+
bot: "codecov-io"
3+
max_report_age: 24
4+
disable_default_path_fixes: no
5+
require_ci_to_pass: yes
6+
notify:
7+
after_n_builds: 2
8+
wait_for_ci: yes
9+
10+
coverage:
11+
precision: 2
12+
round: down
13+
range: "70...100"
14+
15+
status:
16+
project: yes
17+
patch: yes
18+
changes: no
19+
20+
status:
21+
project:
22+
default:
23+
# basic
24+
target: 50
25+
threshold: 5
26+
base: auto
27+
flags: null
28+
paths: null
29+
# advanced
30+
branches: null
31+
if_not_found: success
32+
if_ci_failed: error
33+
informational: False
34+
only_pulls: false
35+
36+
patch:
37+
default:
38+
target: auto
39+
threshold: 95
40+
41+
parsers:
42+
gcov:
43+
branch_detection:
44+
conditional: yes
45+
loop: yes
46+
method: no
47+
macro: no
48+
49+
comment:
50+
layout: "reach,diff,flags,tree"
51+
behavior: default
52+
require_changes: no

0 commit comments

Comments
 (0)