From: Shane Jaroch Date: Thu, 15 Feb 2024 00:54:09 +0000 (-0500) Subject: [temp] drop coverage 90 -> 85 X-Git-Tag: v0.2.8.dev0~38 X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=458ffc7a1dead0ab729658890890706d873b30d3;p=nutratech%2Fcli.git [temp] drop coverage 90 -> 85 --- diff --git a/setup.cfg b/setup.cfg index 377db12..60eeed0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,7 +9,7 @@ command_line = -m pytest source = ntclient [coverage:report] -fail_under = 90.00 +fail_under = 85.00 precision = 2 show_missing = True