Skip to content

Commit

Permalink
build(workflows): trying to fix codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewhrit committed Jun 28, 2024
1 parent b5341cc commit d80f541
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ jobs:
run: go test ./... -race -coverprofile=coverage.out -covermode=atomic
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}

0 comments on commit d80f541

Please sign in to comment.