Skip to content

Commit d4fc383

Browse files
authored
fix(ci): codecov.yml configuration (#2698)
- Fix `gossamer` to `project` string - Add `mocks_*.go` ignore rule
1 parent 491af95 commit d4fc383

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

codecov.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
coverage:
22
range: "60...80"
33
status:
4-
gossamer:
4+
project:
55
default:
66
target: 60%
77
# Only require global coverage to be 60%
@@ -80,5 +80,6 @@ ignore:
8080
- "**/*/errors.go"
8181
- "**/*/mocks/*.go"
8282
- "**/*/mock_*.go"
83+
- "**/*/mocks_*.go"
8384
- "go.mod"
8485
- "go.sum"

0 commit comments

Comments
 (0)