Skip to content

Commit

Permalink
upd codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
kazhuravlev committed Jun 8, 2024
1 parent fe43b5e commit 9841b85
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,7 @@ jobs:
- name: Test
run: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 9841b85

Please sign in to comment.