From 1210521b39e7d188bc842a604c8b3fd06f6df458 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Schoentgen?= Date: Tue, 30 Jul 2024 14:05:08 +0200 Subject: [PATCH] tests: skip covered lines in coverage report --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5a0d125..2819e3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -135,7 +135,7 @@ addopts = """ -r fE -vvv --cov=src/mss - --cov-report=term-missing + --cov-report=term-missing:skip-covered """ [tool.ruff]