Skip to content

Commit

Permalink
Fix codecov step.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephrdev committed Jul 8, 2024
1 parent ddfa5a4 commit f95a028
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
- name: "Run tox targets for ${{ matrix.python-version }}"
run: "python -m tox"
- name: "Upload coverage to Codecov"
uses: "codecov/codecov-action@v1"
uses: "codecov/codecov-action@v4"
if: ${{ github.repository_owner == 'stephrdev' }}
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit f95a028

Please sign in to comment.