Skip to content

Commit c58ab89

Browse files
fix code cov config (#50)
1 parent d710314 commit c58ab89

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

codecov.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ codecov:
22
require_ci_to_pass: true
33
comment:
44
behavior: default
5-
layout: " diff, flags, files"
5+
layout: "diff, flags, files"
66
coverage:
77
precision: 2
88
range: "70...80"
@@ -16,16 +16,16 @@ coverage:
1616
default:
1717
base: auto
1818
branches:
19-
- ^main$
20-
- ^v2$
19+
- ^main$
20+
- ^v2$
2121
if_ci_failed: error
2222
only_pulls: false
2323
paths:
24-
- ^internal.*
24+
- ^internal.*
2525
target: auto
2626
threshold: 5%
27-
ignore:
28-
- "^docs.*"
29-
- "**/*_mock.go"
27+
ignore:
28+
- "^docs.*"
29+
- "**/*_mock.go"
3030
github_checks:
31-
annotations: true
31+
annotations: true

0 commit comments

Comments
 (0)