Skip to content

Commit 9ae6ed4

Browse files
Create codecov.yml
1 parent 414447a commit 9ae6ed4

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.github/codecov.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
codecov:
2+
require_ci_to_pass: no # Don't require CI to pass to upload coverage
3+
notify:
4+
wait_for_ci: false # Don't wait for CI to finish to notify
5+
6+
coverage:
7+
precision: 2
8+
round: down
9+
range: "40...80" # More lenient range for coverage display
10+
status:
11+
project:
12+
default:
13+
target: auto
14+
threshold: 10% # More lenient threshold for status checks
15+
informational: true # Make coverage status checks informational only
16+
17+
ignore:
18+
- "tests/**" # Exclude test files from coverage
19+
20+
parsers:
21+
gcov:
22+
branch_detection:
23+
conditional: yes
24+
loop: yes
25+
method: no
26+
macro: no
27+
28+
comment:
29+
layout: "reach,diff,flags,files,footer"
30+
behavior: default
31+
require_changes: no

0 commit comments

Comments
 (0)