Skip to content

Commit

Permalink
Generate XML coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed May 18, 2024
1 parent ae3c066 commit 1a5b425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ test: install ## Run unit and integration tests

.PHONY: test-repeat
test-repeat: install
poetry run pytest --count=5 --random --exitfirst
poetry run pytest --count=5 --random --exitfirst --cov-report=xml

.PHONY: test-profile
test-profile: install
Expand Down

0 comments on commit 1a5b425

Please sign in to comment.