File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9595 PYTHONPATH=$PWD:$PYTHONPATH pytest tests/slack_sdk/oauth/state_store/test_sqlalchemy.py
9696 - name : Upload test results to Codecov
9797 if : ${{ !cancelled() }}
98- uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
98+ uses : codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
9999 with :
100100 directory : ./reports/
101101 fail_ci_if_error : true
@@ -105,7 +105,7 @@ jobs:
105105 verbose : true
106106 - name : Upload test coverage to Codecov (only with latest supported version)
107107 if : startsWith(matrix.python-version, env.LATEST_SUPPORTED_PY)
108- uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
108+ uses : codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
109109 with :
110110 fail_ci_if_error : true
111111 # Run validation generates the coverage file
You can’t perform that action at this time.
0 commit comments