report code coverage for tests
This commit is contained in:
parent
1dd7bab4aa
commit
f1bafbb4a2
3 changed files with 86 additions and 2 deletions
|
|
@ -12,4 +12,4 @@ trap 'rm "$dbfile"' EXIT TERM INT QUIT
|
|||
|
||||
export SQLALCHEMY_WARN_20=1 # XXX remove when we switched to SQLAlchemy 2.0
|
||||
UNWIND_STORAGE="$dbfile" \
|
||||
python -m pytest "$@"
|
||||
python -m pytest --cov "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue