Skip to content

Commit

Permalink
trying to fix coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
pmorelli92 committed Mar 23, 2022
1 parent cb8f922 commit e203ecf
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ jobs:
run: go get github.com/mattn/goveralls

- name: Test
run: go test -race -covermode atomic -coverprofile=covprofile ./...
run: go test -coverprofile=profile.cov ./...

- name: Send coverage
env:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: goveralls -coverprofile=covprofile -service=github
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: profile.cov
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e203ecf

Please sign in to comment.