diff --git a/Makefile b/Makefile index 0a6b678..4ac99aa 100644 --- a/Makefile +++ b/Makefile @@ -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