Skip to content

Commit

Permalink
Generating coverage.xml on run pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
marcieltorres committed Feb 18, 2024
1 parent 69c6abd commit 35bf62f
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 @@ -17,7 +17,7 @@ local/install: generate-default-env-file generate-mo-files
poetry install

local/tests:
poetry run pytest -s --cov-report=html --cov-report=term --cov .
poetry run pytest -s --cov-report=html --cov-report xml:coverage.xml --cov-report=term --cov .

local/lint:
poetry run ruff check .
Expand Down

0 comments on commit 35bf62f

Please sign in to comment.