Skip to content

Commit

Permalink
fix fr this time
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewhrit committed Jul 21, 2024
1 parent 959516a commit 9e23825
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ jobs:
run: go test ./... -race -coverprofile=coverage.out -covermode=atomic
- name: Upload coverage to Codecov
uses: codecov/[email protected]
with: ${{ secrets.CODECOV_TOKEN}}
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 9e23825

Please sign in to comment.