Skip to content

Commit

Permalink
ci(python-test.yml): The codecov upload wasn't working, maybe setting…
Browse files Browse the repository at this point in the history
… the token as an environment variable will work?
  • Loading branch information
rbeyer committed Apr 15, 2024
1 parent 026d89b commit dceead0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit dceead0

Please sign in to comment.