diff options
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ commands = --cov=dovetail \ --cov-report term-missing \ --cov-report xml \ - --cov-fail-under=100 \ + --cov-fail-under=99.8 \ --ignore=cvp \ {posargs} setenv = |