Skip to content

Commit 4d5b13c

Browse files
committed
📌 Pin test-results-action to latest commit
This is a workaround for the Codecov action bug that seems to have a PR fixing it but isn't yet released: codecov/test-results-action#108.
1 parent 542b90a commit 4d5b13c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/reusable-tox.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,10 @@ jobs:
391391
if: >-
392392
!cancelled()
393393
&& steps.tox-run.outputs.test-result-files != ''
394-
uses: codecov/test-results-action@v1
394+
# FIXME: revert to v1 once Codecov releases v1.0.2 of their action.
395+
# Ref: https://github.com/codecov/test-results-action/issues/108.
396+
# uses: codecov/test-results-action@v1
397+
uses: codecov/test-results-action@4e79e65778be1cecd5df25e14af1eafb6df80ea9
395398
with:
396399
disable_search: true
397400
fail_ci_if_error: >-

0 commit comments

Comments
 (0)