From 4943d2ac90f599f75defd286174b6e30be3bbf88 Mon Sep 17 00:00:00 2001 From: EmmaRenauld Date: Tue, 16 Apr 2024 14:14:55 -0400 Subject: [PATCH] See coverage from scripts tests only --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 6983f0058..f9a964802 100644 --- a/pytest.ini +++ b/pytest.ini @@ -37,4 +37,4 @@ addopts = --cov --cov-report html --cov-report xml - --ignore=scripts/legacy/ \ No newline at end of file + --ignore=scilpy/ \ No newline at end of file