diff --git a/run b/run index 32ed1df..6b3400a 100755 --- a/run +++ b/run @@ -108,7 +108,7 @@ test() { test:coverage() { # Get test coverage - cmd pytest --cov test/ --cov-report term-missing "${@}" + cmd pytest test/ --cov hello/ --cov-report term-missing "${@}" } shell() {