From 1f23de8d599d055e481263b1942b10d5e916e6ba Mon Sep 17 00:00:00 2001 From: Zoheb Shaikh <26975142+ZohebShaikh@users.noreply.github.com> Date: Tue, 1 Sep 2026 08:20:43 +0000 Subject: [PATCH] fix: update coverage command to use 'just' for consistency and improve readability --- justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index 6d1518087..4e4aabb85 100644 --- a/justfile +++ b/justfile @@ -49,8 +49,8 @@ system *OPTS: [doc('Run unit tests with coverage and open the HTML report')] coverage: - uv run pytest tests/unit_tests --cov --cov-report html - xdg-open htmlcov/index.html + just unit "-n logical --cov --cov-report html" + uv run python -m webbrowser -t htmlcov/index.html [doc('Start an interactive REPL with an authenticated blueapi client')] repl: