Skip to content

Commit

Permalink
Merge pull request #41 from greg0ire/pass-codecov-token
Browse files Browse the repository at this point in the history
Pass CODECOV_TOKEN to codecov/codecov-action
  • Loading branch information
greg0ire authored May 3, 2024
2 parents 1dbf796 + 5c61eff commit 74d9928
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,5 @@ jobs:
uses: "codecov/codecov-action@v4"
with:
directory: "reports"
env:
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"

0 comments on commit 74d9928

Please sign in to comment.