Skip to content

Commit

Permalink
Send code coverage stats
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliottLandsborough committed Dec 30, 2023
1 parent 5a9d5c5 commit 174a49a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ jobs:
run: go get ./...
- name: Run tests
run: make test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4-beta
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 174a49a

Please sign in to comment.