Skip to content

Commit

Permalink
GH-Actions: fixed coverage call
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz committed Aug 13, 2021
1 parent a6cccee commit ba6cab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
coverage run --omit=ovf/ovflib.py setup.py test > cov.txt
coverage run --source ovf --omit=ovf/ovflib.py setup.py test > cov.txt
head cov.txt
coverage report -m
coverage xml
Expand Down

0 comments on commit ba6cab7

Please sign in to comment.