We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8c300f commit 02da50fCopy full SHA for 02da50f
.github/workflows/go.yml
@@ -30,4 +30,6 @@ jobs:
30
- name: Send coverage
31
env:
32
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
- run: go run github.com/mattn/goveralls -coverprofile=covprofile.cov -service=github
+ run: |
34
+ go get github.com/mattn/goveralls
35
+ go run github.com/mattn/goveralls -coverprofile=covprofile.cov -service=github
0 commit comments