Skip to content

Commit

Permalink
Add token for codecov (#2052)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaramallion committed May 7, 2024
1 parent dfe553f commit 53ef9c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests_wf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ jobs:
- name: Send coverage results
if: success() && inputs.upload-coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
env_vars: inputs.os, inputs.python-version

0 comments on commit 53ef9c0

Please sign in to comment.