Skip to content

Commit

Permalink
adjust CI to cover coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Jan 19, 2025
1 parent 3981269 commit 6d33b8c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/go-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
go test -v .
- name: Coverage test
run: |
go tool cover -html=coverage.out ./...
run: go test -coverprofile=coverage.out ./...

- name: Coveralls
uses: coverallsapp/github-action@v2
Expand Down

0 comments on commit 6d33b8c

Please sign in to comment.