Skip to content

Commit

Permalink
ci: Add coverall integration
Browse files Browse the repository at this point in the history
  • Loading branch information
raeperd committed Dec 27, 2024
1 parent a27aef1 commit 08fb291
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
git diff --exit-code go.sum
- run: make build
- run: make test
- uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: coverage.txt

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 08fb291

Please sign in to comment.