Skip to content

Commit

Permalink
Fix goveralls issue
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-goldstein authored Oct 7, 2022
1 parent 63004e3 commit bd5bdcf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci-ristretto-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,5 @@ jobs:
- name: Install Goveralls
run: go install github.com/mattn/goveralls@latest
- name: Send Coverage Results
env:
COVERALLS_TOKEN: ${{ secrets.COVERALLSIO_TOKEN }}
run: goveralls -coverprofile=covprofile -service=github
run: goveralls -repotoken ${{ secrets.COVERALLSIO_TOKEN }} -service=github

0 comments on commit bd5bdcf

Please sign in to comment.