Skip to content

Commit

Permalink
build: fix code coverage upload
Browse files Browse the repository at this point in the history
  • Loading branch information
clementnuss committed Nov 23, 2021
1 parent 1020102 commit 6269ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
env:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
go install github.com/mattn/goveralls
go install github.com/mattn/goveralls@v0.0.11
goveralls -coverprofile=profile.cov -service=github
Expand Down

0 comments on commit 6269ea1

Please sign in to comment.