Skip to content

Commit 7a7d6b3

Browse files
committed
Read env
1 parent 4bd0aa1 commit 7a7d6b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
cd src
7979
python --version # just to make sure we're running the right one
8080
# Run tests under coverage
81+
export COVERAGE_FILE=.coverage_${{ matrix.python-version }}
8182
python -m coverage run -m unittest test_typing_extensions.py
8283
- name: Test typing_extensions no coverage on pypy
8384
if: ${{ startsWith(matrix.python-version, 'pypy') }}

0 commit comments

Comments
 (0)