From 2a853b7b2b037e58584dd1f7866f54b09bfc9702 Mon Sep 17 00:00:00 2001 From: Shane Jaroch Date: Fri, 26 Dec 2025 07:45:34 -0500 Subject: [PATCH] update setfup.cfg from a while ago --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 377db12..fb8bbc1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,14 +5,14 @@ testpaths = [coverage:run] # See: https://coverage.readthedocs.io/en/7.2.2/config.html#run -command_line = -m pytest +command_line = -m pytest -svv source = ntclient [coverage:report] fail_under = 90.00 precision = 2 -show_missing = True +; show_missing = True skip_empty = True skip_covered = True -- 2.52.0