diff --git a/tox.ini b/tox.ini index 652a4d7..b98f0a0 100644 --- a/tox.ini +++ b/tox.ini @@ -28,7 +28,7 @@ deps = pytest-asyncio pytest-sugar pytest-cov -commands = pytest --cov-fail-under=96 # Locking down the current cov percent as baseline +commands = pytest --cov-fail-under=97 # Locking down the current cov percent as baseline [testenv:build]