Skip to content

Commit

Permalink
Add code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-goldstein authored Oct 7, 2022
1 parent 307e75c commit 63004e3
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci-ristretto-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ jobs:
run: go test -race -covermode atomic -coverprofile=covprofile ./...
- name: Install Goveralls
run: go install github.com/mattn/goveralls@latest
# - name: Send Coverage Results
# env:
# COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# run: goveralls -coverprofile=covprofile -service=github
# - name: Send Coverage Results
# run: cd t && goveralls -repotoken ${{ secrets.COVERALLSIO_TOKEN }} -coverprofile=coverage.out
- name: Send Coverage Results
env:
COVERALLS_TOKEN: ${{ secrets.COVERALLSIO_TOKEN }}
run: goveralls -coverprofile=covprofile -service=github

0 comments on commit 63004e3

Please sign in to comment.