From d712c7eead719db5f1f3a84cde880a2044e5b841 Mon Sep 17 00:00:00 2001 From: bronsen Date: Sun, 22 Feb 2026 17:05:45 +0100 Subject: [PATCH] just: exclude snapshot test from coverage --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 0c8c3d7..feffaf3 100644 --- a/justfile +++ b/justfile @@ -40,7 +40,7 @@ alltests *ARGS: # run tests and create coverage reports coverage: - uv run pytest tests.py --cov=src/ --cov-report term --cov-report xml --cov-report html --cov-config pyproject.toml + uv run pytest tests.py -m "not final" --cov=src/ --cov-report term --cov-report xml --cov-report html --cov-config pyproject.toml # lint python, markdown, wheel file names, prek config lint: