Skip to content

Commit

Permalink
add token to env
Browse files Browse the repository at this point in the history
  • Loading branch information
dleviminzi committed Apr 25, 2024
1 parent c04af83 commit 36f86b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ jobs:
run: go test -race -covermode=atomic -coverprofile=coverage.out -v .

- name: Upload coverage reports to Codecov
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/codecov-action@v4

0 comments on commit 36f86b5

Please sign in to comment.