Skip to content

Commit

Permalink
Try uses: codecov/test-results-action@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
WillGibson committed Nov 5, 2024
1 parent da5b1d5 commit 57c1b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
PYTHON_VERSION: ${{ matrix.python-version }}

- name: Upload test results to Codecov
uses: codecov/codecov-action@v4
uses: codecov/test-results-action@v1
if: ${{ !cancelled() }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 57c1b7e

Please sign in to comment.