Skip to content

Commit

Permalink
Fix coverage report (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat authored Nov 29, 2020
1 parent 1860572 commit ae3903d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
go test $(go list ./... | grep -v examples) \
-v \
-race -coverprofile=coverage.txt -covermode=atomic
-race -coverprofile=cover.out -covermode=atomic
go mod tidy
git diff --exit-code go.mod # must be up-to-date and tidied
Expand Down

0 comments on commit ae3903d

Please sign in to comment.