1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 15:04:43 +00:00

enable coverage for tests-ng

This commit is contained in:
deadc0de6
2020-08-07 16:59:01 +02:00
parent abb93ead65
commit ce4b515e16
76 changed files with 81 additions and 3 deletions

View File

@@ -33,6 +33,7 @@ ddpath="${cur}/../"
export PYTHONPATH="${ddpath}:${PYTHONPATH}"
bin="python3 -m dotdrop.dotdrop"
hash coverage 2>/dev/null && bin="coverage run -a --source=dotdrop -m dotdrop.dotdrop" || true
echo "dotdrop path: ${ddpath}"
echo "pythonpath: ${PYTHONPATH}"