Skip to content

Commit

Permalink
Another attempt at coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
choover-broad committed Apr 6, 2021
1 parent 92e8a6f commit 816d7dd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ jobs:
env:
GO111MODULE: off
run: go get github.com/mattn/goveralls
- name: Install goveralls
env:
GO111MODULE: off
run: find / -name goveralls
- name: Send coverage
env:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: $GOROOT/bin/goveralls -coverprofile=covprofile -service=github
run: $GOBIN/goveralls -coverprofile=covprofile -service=github

0 comments on commit 816d7dd

Please sign in to comment.