Pytest plugin for measuring coverage. Forked from `pytest-cov`.
pytest-cover has been merged back into pytest-cov 2.0 <https://pypi.python.org/pypi/pytest-cov>_.
coverage.control.process_startup).--cov-min to --cov-fail-under to be consistent with the new fail_under option in coverage-4.0.--cov-report=term to automatically upgrade to --cov-report=term-missing if there's [run] show_missing = True in
.coveragerc.--cov-fail-under to be automatically activated if there's a [report] fail_under = ... in .coveragerc..pth installation to work in all cases (install, easy_install, wheels, develop etc)..pth uninstallation to work for wheel installs.--cov=path deprecation.--cov-source=path.Forked from the 2.0 branch of https://github.com/schlamar/pytest-cov/ - fixes include:
--cov. The source settings from
.coveragerc will be used instead.--cov-min.