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 7e366b1 commit 1b61c36Copy full SHA for 1b61c36
.github/workflows/ci-build.yml
@@ -55,7 +55,7 @@ jobs:
55
PYTHONPATH=$PWD:$PYTHONPATH pytest tests/slack_sdk/oauth/state_store/test_sqlalchemy.py
56
- name: Upload test results to Codecov
57
if: ${{ !cancelled() }}
58
- uses: codecov/test-results-action@f2dba722c67b86c6caa034178c6e4d35335f6706 # v1.1.0
+ uses: codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f # v1.1.1
59
with:
60
directory: ./reports/
61
flags: ${{ matrix.python-version }}
0 commit comments