Skip to content

Commit

Permalink
Update autotest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
junkmd authored May 27, 2024
1 parent 41a3037 commit 8d9cc1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autotest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: unittest comtypes
run: |
pip install coverage
coverage xml -i run -m unittest discover -v -s ./comtypes/test -t comtypes\test
coverage run --source=comtypes -m unittest discover -v -s ./comtypes/test -t comtypes\test
coverage report
coverage html
- name: Upload coverage report
Expand Down

0 comments on commit 8d9cc1a

Please sign in to comment.