Skip to content

Commit

Permalink
fix code coverage
Browse files Browse the repository at this point in the history
Signed-off-by: Erik <[email protected]>
  • Loading branch information
webstradev committed Oct 22, 2024
1 parent e8c43be commit 9cabe4e
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@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 9cabe4e

Please sign in to comment.