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 e4b9bc9 commit 6691dacCopy full SHA for 6691dac
.github/workflows/Tests.yml
@@ -967,7 +967,7 @@ jobs:
967
- name: Upload Python ${{ matrix.python-version }} integration test results to Codecov
968
if: ${{ !cancelled() }}
969
id: integration-codecov-results-upload
970
- uses: codecov/test-results-action@f2dba722c67b86c6caa034178c6e4d35335f6706 # v1.1.0
+ uses: codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f # v1.1.1
971
with:
972
token: ${{ secrets.CODECOV_TOKEN }}
973
files: ./test-reports/junit.xml
0 commit comments