Skip to content

Commit e29c96a

Browse files
authored
Update test.yml
1 parent aa1aad3 commit e29c96a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ 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
5756
env:
5857
PYTHONFAULTHANDLER: 1
5958
- name: Upload Coverage info
@@ -75,9 +74,10 @@ jobs:
7574
run: |
7675
coverage combine
7776
coverage html
78-
- uses: actions/upload-artifact@v4
77+
- name: Upload coverage report
78+
uses: actions/upload-artifact@v4
7979
with:
80-
name: Upload Coverage info
80+
name: coverage-report
8181
path: htmlcov/*
8282
code-lint:
8383
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)