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.
2 parents 2b62c5a + e2896fd commit e9de619Copy full SHA for e9de619
.github/workflows/tests.yml
@@ -73,7 +73,7 @@ jobs:
73
pytest tests/scenario_tests_async/ --junitxml=reports/test_scenario_async.xml
74
- name: Upload test results to Codecov
75
if: ${{ !cancelled() }}
76
- uses: codecov/test-results-action@f2dba722c67b86c6caa034178c6e4d35335f6706 # v1.1.0
+ uses: codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f # v1.1.1
77
with:
78
directory: ./reports/
79
flags: ${{ matrix.python-version }}
0 commit comments