🔧 Update coverage configuration and simplify test script (#1867)

This commit is contained in:
Alejandra
2025-09-09 14:41:28 +02:00
committed by GitHub
parent 4db05d6abe
commit cce6f884d3
2 changed files with 13 additions and 2 deletions

View File

@@ -3,6 +3,6 @@
set -e
set -x
coverage run --source=app -m pytest
coverage report --show-missing
coverage run -m pytest
coverage report
coverage html --title "${@-coverage}"