mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 20:19:46 +00:00
coverage
This commit is contained in:
3
scripts/check-unittests.sh
vendored
3
scripts/check-unittests.sh
vendored
@@ -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
|
||||
Reference in New Issue
Block a user