We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ce69db commit c88a660Copy full SHA for c88a660
.github/workflows/Tests.yml
@@ -289,7 +289,7 @@ jobs:
289
./cc-test-reporter after-build --exit-code 0 || true ;
290
- name: Upload Python ${{ matrix.python-version }} integration test results to Codecov
291
if: ${{ !cancelled() }}
292
- uses: codecov/test-results-action@9739113ad922ea0a9abb4b2c0f8bf6a4aa8ef820 # v1.0.1
+ uses: codecov/test-results-action@f2dba722c67b86c6caa034178c6e4d35335f6706 # v1.1.0
293
with:
294
token: ${{ secrets.CODECOV_TOKEN }}
295
files: ./test-reports/junit.xml
0 commit comments