Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 2dac63d

Browse files
Adding default codecov.yml with path fix
1 parent 53dc0d0 commit 2dac63d

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

codecov.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
codecov:
2+
notify:
3+
require_ci_to_pass: yes
4+
5+
coverage:
6+
precision: 2
7+
round: down
8+
range: "70...100"
9+
10+
status:
11+
project: yes
12+
patch: yes
13+
changes: no
14+
15+
parsers:
16+
gcov:
17+
branch_detection:
18+
conditional: yes
19+
loop: yes
20+
method: no
21+
macro: no
22+
23+
comment:
24+
layout: "header, diff"
25+
behavior: default
26+
require_changes: no
27+
28+
fixes:
29+
- "C:\projects\visualstudio\::"

0 commit comments

Comments
 (0)