Skip to content

Commit

Permalink
Fix: coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
till committed Dec 26, 2022
1 parent 56ccff5 commit 11c2020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
run: go install github.com/mattn/goveralls@latest
- name: Send coverage
env:
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
run: ~/go/bin/goveralls -coverprofile=covprofile -service=travis-pro
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ~/go/bin/goveralls -coverprofile=covprofile -service=github

0 comments on commit 11c2020

Please sign in to comment.