clan-cli: hint on how to get coverage html

This commit is contained in:
DavHau
2023-07-25 00:59:51 +02:00
parent c354157bd5
commit 202e07d5fe
3 changed files with 4 additions and 2 deletions

View File

@@ -66,7 +66,8 @@ let
cp -r ${src} ./src
chmod +w -R ./src
cd src
${checkPython}/bin/python -m pytest ./tests
${checkPython}/bin/python -m pytest ./tests \
|| echo -e "generate coverage report py running:\n pytest; firefox .reports/html/index.html"
touch $out
'';