We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d710314 commit c58ab89Copy full SHA for c58ab89
codecov.yml
@@ -2,7 +2,7 @@ codecov:
2
require_ci_to_pass: true
3
comment:
4
behavior: default
5
- layout: " diff, flags, files"
+ layout: "diff, flags, files"
6
coverage:
7
precision: 2
8
range: "70...80"
@@ -16,16 +16,16 @@ coverage:
16
default:
17
base: auto
18
branches:
19
- - ^main$
20
- - ^v2$
+ - ^main$
+ - ^v2$
21
if_ci_failed: error
22
only_pulls: false
23
paths:
24
- - ^internal.*
+ - ^internal.*
25
target: auto
26
threshold: 5%
27
- ignore:
28
- - "^docs.*"
29
- - "**/*_mock.go"
+ ignore:
+ - "^docs.*"
+ - "**/*_mock.go"
30
github_checks:
31
- annotations: true
+ annotations: true
0 commit comments