From 92f8fe3241e9cced2419d13a8e8d39768d622e07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Lucas=20de=20Sousa=20Almeida?= Date: Tue, 24 Jan 2023 12:26:05 -0300 Subject: [PATCH] Ignoring simulai/special.py for coverage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: João Lucas de Sousa Almeida --- .coveragerc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.coveragerc b/.coveragerc index 04e9ca06..6bfc0c77 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,2 +1,4 @@ [run] -omit=simulai/utilities/* +omit= + simulai/utilities/* + simulai/special.py