Skip to content

Commit

Permalink
chore: add goveralls back
Browse files Browse the repository at this point in the history
  • Loading branch information
jogly committed Aug 4, 2022
1 parent 81a5c36 commit 48f096c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,9 @@ jobs:
- name: unit-tests
run: |
go test -count=2 -race -covermode atomic -coverprofile=covprofile ./...
- name: goveralls
env:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
go install github.com/mattn/goveralls@latest
goveralls -coverprofile=covprofile -service=github

0 comments on commit 48f096c

Please sign in to comment.