1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 19:09:44 +00:00
This commit is contained in:
deadc0de6
2023-11-26 21:44:32 +01:00
5 changed files with 9 additions and 9 deletions

View File

@@ -12,4 +12,4 @@ if [ -n "${WORKERS}" ]; then
fi
mkdir -p coverages/
coverage run -p --data-file coverages/coverage -m pytest tests -x
coverage run -p --data-file coverages/coverage --source=dotdrop -m pytest tests -x