We skip some tests so the coverage is less than 100%. --- pyproject_api-1.8.0/tox.ini.orig +++ pyproject_api-1.8.0/tox.ini @@ -30,7 +30,7 @@ commands = pytest {tty:--color=yes} {posargs: \ --junitxml {work_dir}{/}junit.{env_name}.xml --cov pyproject_api \ - --cov {tox_root}{/}tests --cov-fail-under=100 \ + --cov {tox_root}{/}tests --cov-fail-under=95 \ --cov-config=pyproject.toml --no-cov-on-fail --cov-report term-missing:skip-covered --cov-context=test \ --cov-report html:{env_tmp_dir}{/}htmlcov --cov-report xml:{work_dir}{/}coverage.{env_name}.xml \ tests}