From 09352fbc088509f051344271e9f0248a3b49e2e6 Mon Sep 17 00:00:00 2001 From: Thomas Robitaille Date: Fri, 10 Nov 2023 20:32:53 +0000 Subject: [PATCH] Ignore all test files in coverage --- setup.cfg | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/setup.cfg b/setup.cfg index 31e6616ef..319a8cfbc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -110,13 +110,15 @@ filterwarnings = [coverage:run] omit = - glue/*tests/* - glue/core/odict.py, - glue/core/glue_pickle.py + glue/tests/* + glue/*/tests/* + glue/*/*/tests/* + glue/*/*/*/tests/* glue/external/* - */glue/*tests/* - */glue/core/odict.py, - */glue/core/glue_pickle.py + */glue/tests/* + */glue/*/tests/* + */glue/*/*/tests/* + */glue/*/*/*/tests/* */glue/external/* [coverage:paths]