Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
Add Codecov
  • Loading branch information
maxnystrom authored Apr 14, 2024
1 parent a2b9474 commit 8c6e062
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,9 @@ jobs:

- name: Test
run: go test -v -race ./...

- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: maxnystrom/together-go

0 comments on commit 8c6e062

Please sign in to comment.