Skip to content

Commit 8f4ee4c

Browse files
committed
chore: add codecov to ignore main.go coverage
1 parent 17cdf51 commit 8f4ee4c

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

codecov.yml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
codecov:
2+
require_ci_to_pass: true
3+
4+
coverage:
5+
precision: 2
6+
round: down
7+
range: "50...80"
8+
9+
parsers:
10+
gcov:
11+
branch_detection:
12+
conditional: yes
13+
loop: yes
14+
method: no
15+
macro: no
16+
17+
comment:
18+
layout: "reach,diff,flags,files,footer"
19+
behavior: default
20+
require_changes: false
21+
22+
ignore:
23+
- main.go

0 commit comments

Comments
 (0)