From: Shane Jaroch Date: Fri, 26 Dec 2025 12:45:34 +0000 (-0500) Subject: update setfup.cfg from a while ago X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=2a853b7b2b037e58584dd1f7866f54b09bfc9702;p=nutratech%2Fcli.git update setfup.cfg from a while ago --- 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