From 8789877c93ddd1bfa3282f0d9402594f2f9b9ada Mon Sep 17 00:00:00 2001 From: kapitalisman <44622275+kapitalisman@users.noreply.github.com> Date: Fri, 30 Jan 2026 15:11:09 +0100 Subject: [PATCH] Measure coverage of the application files --- run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {