Skip to content

Commit

Permalink
fix(ci): codecov.yml configuration (#2698)
Browse files Browse the repository at this point in the history
- Fix `gossamer` to `project` string
- Add `mocks_*.go` ignore rule
  • Loading branch information
qdm12 committed Jul 25, 2022
1 parent 491af95 commit d4fc383
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
coverage:
range: "60...80"
status:
gossamer:
project:
default:
target: 60%
# Only require global coverage to be 60%
Expand Down Expand Up @@ -80,5 +80,6 @@ ignore:
- "**/*/errors.go"
- "**/*/mocks/*.go"
- "**/*/mock_*.go"
- "**/*/mocks_*.go"
- "go.mod"
- "go.sum"

0 comments on commit d4fc383

Please sign in to comment.