From: Shane Jaroch Date: Fri, 23 Jan 2026 20:05:48 +0000 (-0500) Subject: fix coverage minimum: 68.31% [run `make clean test/` to see] X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=04bbba585e591ad4b14b52ee8513a242594f2124;p=gamesguru%2Fgetmyancestors.git fix coverage minimum: 68.31% [run `make clean test/` to see] --- diff --git a/pyproject.toml b/pyproject.toml index 2fb989a..6ac4b09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -148,7 +148,7 @@ source = ["getmyancestors"] data_file = ".tmp/.coverage" [tool.coverage.report] -fail_under = 45.00 +fail_under = 68.31 precision = 2 show_missing = true