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 4bd0aa1 commit 7a7d6b3Copy full SHA for 7a7d6b3
.github/workflows/ci.yml
@@ -78,6 +78,7 @@ jobs:
78
cd src
79
python --version # just to make sure we're running the right one
80
# Run tests under coverage
81
+ export COVERAGE_FILE=.coverage_${{ matrix.python-version }}
82
python -m coverage run -m unittest test_typing_extensions.py
83
- name: Test typing_extensions no coverage on pypy
84
if: ${{ startsWith(matrix.python-version, 'pypy') }}
0 commit comments