1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 20:19:46 +00:00
This commit is contained in:
deadc0de6
2023-08-09 22:38:29 +02:00
committed by deadc0de
parent 503b35924e
commit a6cb286779
138 changed files with 284 additions and 148 deletions

View File

@@ -10,4 +10,5 @@ if [ -n "${DOTDROP_WORKERS}" ]; then
echo "DISABLE workers for unittests"
fi
coverage run -p -m pytest tests
mkdir -p coverages/
coverage run -p --data-file coverages/coverage -m pytest tests