Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/reusable-tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -407,10 +407,7 @@
if: >-
!cancelled()
&& steps.tox-run.outputs.test-result-files != ''
# FIXME: revert to v1 once Codecov releases v1.0.2 of their action.
# Ref: https://github.com/codecov/test-results-action/issues/108.
# uses: codecov/test-results-action@v1
uses: codecov/test-results-action@4e79e65778be1cecd5df25e14af1eafb6df80ea9
uses: codecov/test-results-action@4e79e65778be1cecd5df25e14af1eafb6df80ea9 # v1.0.2

Check failure on line 410 in .github/workflows/reusable-tox.yml

View workflow job for this annotation

GitHub Actions / 🧹 Linters / pre-commit@🐍3.13@ubuntu-latest

410:81 [line-length] line too long (90 > 80 characters)

Check failure on line 410 in .github/workflows/reusable-tox.yml

View workflow job for this annotation

GitHub Actions / pre-commit

410:81 [line-length] line too long (90 > 80 characters)

Check failure on line 410 in .github/workflows/reusable-tox.yml

View workflow job for this annotation

GitHub Actions / pre-commit

410:81 [line-length] line too long (90 > 80 characters)

Check failure on line 410 in .github/workflows/reusable-tox.yml

View workflow job for this annotation

GitHub Actions / pre-commit

410:81 [line-length] line too long (90 > 80 characters)

Check failure on line 410 in .github/workflows/reusable-tox.yml

View workflow job for this annotation

GitHub Actions / 🧹 Linters / pre-commit@🐍3.13@ubuntu-latest

410:81 [line-length] line too long (90 > 80 characters)
with:
disable_search: true
fail_ci_if_error: >-
Expand Down
Loading