Skip to content

Commit 24ded28

Browse files
committed
Remove --omit
1 parent ef8016f commit 24ded28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
python --version # just to make sure we're running the right one
8282
# Run tests under coverage
8383
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
84+
python -m coverage run -m unittest test_typing_extensions.py
8585
# Generate report and write to job summary
8686
#echo '## Python ${{ matrix.python-version }}' >> $GITHUB_STEP_SUMMARY
8787
# python -m coverage report --format=markdown -m >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)