Skip to content

Commit

Permalink
Generating coverage.xml on run pytest[docker cmd]
Browse files Browse the repository at this point in the history
  • Loading branch information
marcieltorres committed Feb 18, 2024
1 parent 35bf62f commit d272677
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 @@ -42,7 +42,7 @@ docker/down:
docker-compose down --remove-orphans

docker/test:
docker-compose run ${APP_NAME} poetry run pytest --cov-report=html --cov-report=term --cov .
docker-compose run ${APP_NAME} poetry run pytest --cov-report=html --cov-report xml:coverage.xml --cov-report=term --cov .

docker/lint:
docker-compose run ${APP_NAME} poetry run ruff check .
Expand Down

0 comments on commit d272677

Please sign in to comment.