Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
itziakos authored Apr 20, 2024
1 parent aa1aad3 commit e29c96a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:
pip install --upgrade cffi
coverage run -p -m haas -v win32ctypes
coverage run -p -m haas -v pywin32-tests
python -m tarfile
env:
PYTHONFAULTHANDLER: 1
- name: Upload Coverage info
Expand All @@ -75,9 +74,10 @@ jobs:
run: |
coverage combine
coverage html
- uses: actions/upload-artifact@v4
- name: Upload coverage report
uses: actions/upload-artifact@v4
with:
name: Upload Coverage info
name: coverage-report
path: htmlcov/*
code-lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e29c96a

Please sign in to comment.