Skip to content

Commit

Permalink
coveralls-10
Browse files Browse the repository at this point in the history
  • Loading branch information
ohler55 committed Dec 26, 2024
1 parent f45c9aa commit 681d54a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
go tool cover -func=cov.out
- name: Coverage
# uses: coverallsapp/github-action@v2
env:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
go install github.com/mattn/goveralls@latest
goveralls -coverprofile=cov.out -service=github
uses: coverallsapp/github-action@v4
# env:
# COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# run: |
# go install github.com/mattn/goveralls@latest
# goveralls -coverprofile=cov.out -service=github

0 comments on commit 681d54a

Please sign in to comment.