Skip to content

Commit

Permalink
wip: xml not text
Browse files Browse the repository at this point in the history
  • Loading branch information
knechtionscoding committed Mar 31, 2023
1 parent a63724f commit d29e216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Run tests
run: |
source .venv/bin/activate
pytest --cov-report text --cov=.
pytest --cov-report xml --cov=.
- name: Pytest coverage comment
uses: MishaKav/pytest-coverage-comment@main
with:
Expand Down

0 comments on commit d29e216

Please sign in to comment.