Skip to content

Commit bb7a01c

Browse files
authored
Update test.yml
1 parent a2432b9 commit bb7a01c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,13 @@ jobs:
5353
pip install --upgrade cffi
5454
coverage run -p -m haas -v win32ctypes
5555
coverage run -p -m haas -v pywin32-tests
56+
python -m tarfile
5657
env:
5758
PYTHONFAULTHANDLER: 1
59+
- name: Upload Coverage info
5860
- uses: actions/upload-artifact@v4
5961
with:
60-
name: Upload Coverage info
62+
name: coverage-${{matrix.python-version}}
6163
path: .coverage.*
6264
coverage:
6365
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)