Skip to content

Commit

Permalink
Always publish to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
andgineer committed Jun 9, 2024
1 parent 85d7188 commit 2fa7dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
uses: coverallsapp/github-action@v2

- name: Upload Coverage to Codecov
if: ${{ matrix.python-version == 3.11 && matrix.platform == 'ubuntu-latest' }}
if: always()
uses: codecov/codecov-action@v4.0.1
env:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 2fa7dda

Please sign in to comment.