Skip to content

Commit

Permalink
ci: use codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
dundee committed Apr 14, 2024
1 parent 1774a37 commit 60d2eb8
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 @@ -56,8 +56,9 @@ jobs:
run: |
go test -v -race -covermode=atomic -coverprofile=coverage.out ./...
- name: Upload coverage report
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./coverage.out
fail_ci_if_error: true
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 60d2eb8

Please sign in to comment.