Skip to content

Commit

Permalink
BUGFIX: fix the generation of the coverage xml report
Browse files Browse the repository at this point in the history
  • Loading branch information
amilcarlucas committed Apr 26, 2024
1 parent f21bf79 commit 109b577
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ jobs:
- name: Test with unittest
run: |
coverage run -m pytest
# coverage xml unittests/coverage.xml
coverage xml -o unittests/coverage.xml
- name: List unittests directory contents
run: ls -la unittests/

- name: Get Cover
uses: andraghetti/[email protected]
Expand Down

0 comments on commit 109b577

Please sign in to comment.