aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg7
1 files changed, 7 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 3920b03..0fbfd85 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -43,3 +43,10 @@ max-cognitive-complexity = 6
[mypy]
check_untyped_defs = true
disallow_incomplete_defs = true
+
+[coverage:run]
+omit = minishell_test/suites/*
+source = minishell_test
+
+[coverage:report]
+show_missing = true