Skip to content

Commit

Permalink
ci: add CODECOV_TOKEN env var to secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Unique-Divine committed Apr 27, 2024
1 parent bee1b46 commit 8f87e2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,7 @@ jobs:

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

0 comments on commit 8f87e2f

Please sign in to comment.