Skip to content

Commit

Permalink
gh-actions: send token to codecov via envrionment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Feb 26, 2024
1 parent 21be387 commit e9f647e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,10 @@ jobs:
- name: Upload coverage to Codecov
if: ${{ matrix.step == 'unit' }}
uses: codecov/codecov-action@v4.0.2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

tox-style:
name: CI linters via Tox
Expand Down

0 comments on commit e9f647e

Please sign in to comment.