Skip to content

Commit

Permalink
fix: add missing coverage token
Browse files Browse the repository at this point in the history
  • Loading branch information
valosnah committed Sep 3, 2024
1 parent af6e886 commit dd50220
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coverage-nox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
run: nox --sessions ${{ inputs.sessions }} coverage
env:
${{ inputs.nox_env_name }}: ${{ secrets.NOX_ENV_VALUE }}
token: ${{ secrets.CODECOV_TOKEN }}

- name: Test coverage
if: ${{ !inputs.nox_env }}
Expand Down

0 comments on commit dd50220

Please sign in to comment.