Skip to content

Commit

Permalink
Merge pull request #21 from tobifroe/fix/coveralls-gh-action
Browse files Browse the repository at this point in the history
fix: move to coveralls gh action
  • Loading branch information
tobifroe authored Oct 27, 2024
2 parents 32fb5db + 2757f0d commit 2c7ae14
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ jobs:
- name: Run tests with coverage
run: |
go test -v -race -covermode atomic -coverprofile=covprofile ./...
- name: Install goveralls
run: go install github.com/mattn/goveralls@latest
- name: Send coverage
env:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: goveralls -coverprofile=covprofile -service=github
- name: Coveralls
uses: coverallsapp/github-action@v2
with:
file: covprofile

0 comments on commit 2c7ae14

Please sign in to comment.