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 a2432b9 commit bb7a01cCopy full SHA for bb7a01c
.github/workflows/test.yml
@@ -53,11 +53,13 @@ jobs:
53
pip install --upgrade cffi
54
coverage run -p -m haas -v win32ctypes
55
coverage run -p -m haas -v pywin32-tests
56
+ python -m tarfile
57
env:
58
PYTHONFAULTHANDLER: 1
59
+ - name: Upload Coverage info
60
- uses: actions/upload-artifact@v4
61
with:
- name: Upload Coverage info
62
+ name: coverage-${{matrix.python-version}}
63
path: .coverage.*
64
coverage:
65
runs-on: ubuntu-latest
0 commit comments