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 e11fa5a commit 3003d51Copy full SHA for 3003d51
1 file changed
.github/workflows/ci.yml
@@ -97,7 +97,7 @@ jobs:
97
python -c 'import typing_extensions; import test.__main__' test_typing -v
98
99
- name: Upload coverage reports to Codecov
100
- uses: codecov/codecov-action@v7.0.0
+ uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
101
if: >-
102
github.repository == 'python/typing_extensions'
103
&& (github.event_name == 'push' || github.event_name == 'pull_request')
0 commit comments