diff --git a/tox.ini b/tox.ini index 56a1f5f..9288620 100644 --- a/tox.ini +++ b/tox.ini @@ -17,6 +17,8 @@ extras = all commands = pytest -s \ --basetemp={envtmpdir} \ --cov={[base]name} \ + --no-cov-on-fail \ + --cov-report term-missing \ --cov-fail-under=100 allowlist_externals = make