Skip to content

Commit

Permalink
application/do-test.sh: add XML coverage output
Browse files Browse the repository at this point in the history
  • Loading branch information
golubev committed Feb 2, 2024
1 parent 5634912 commit 5eef40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/do-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ alembic upgrade head
# insert test data into the database
python tests/seed_database.py

pytest --cov=src --cov-report=term-missing tests "${@}"
pytest --cov=src --cov-report=term-missing --cov-report=xml tests "${@}"

0 comments on commit 5eef40a

Please sign in to comment.