Skip to content

Commit

Permalink
XML output in pytest-cov
Browse files Browse the repository at this point in the history
  • Loading branch information
wiseodd committed Aug 23, 2024
1 parent c82a28d commit 2ef4744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install the project
run: uv sync --all-extras --dev
- name: Run tests
run: uv run pytest tests --cov
run: uv run pytest tests --cov --cov-report=xml
- name: Upload results to Codecov
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 2ef4744

Please sign in to comment.