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 ef8016f commit 24ded28Copy full SHA for 24ded28
.github/workflows/ci.yml
@@ -81,7 +81,7 @@ jobs:
81
python --version # just to make sure we're running the right one
82
# Run tests under coverage
83
export COVERAGE_FILE=.coverage_${{ matrix.python-version }}
84
- python -m coverage run --omit='*/ann_module*.py,*/inspect_*_annotations*.py' -m unittest test_typing_extensions.py
+ python -m coverage run -m unittest test_typing_extensions.py
85
# Generate report and write to job summary
86
#echo '## Python ${{ matrix.python-version }}' >> $GITHUB_STEP_SUMMARY
87
# python -m coverage report --format=markdown -m >> $GITHUB_STEP_SUMMARY
0 commit comments