forked from pool/python-pytest-cov
9e9dd6f3a8ec73c49bdce7e99857d67ba2eb87e9a88d65766f89bcd9bd2014c5
* Removed support for xdist rsync (now deprecated).
* Switched docs theme to Furo.
* Various legacy Python cleanup and CI improvements.
Contributed by Christian Clauss and Hugo van Kemenade in
#630, #631, #632 and #633.
* Added a pyproject.toml example in the docs. Contributed by
Dawn James in #626.
* Modernized project's pre-commit hooks to use ruff. Initial
POC contributed by Christian Clauss in #584.
* Support coverage >= 6.2
- Inject multibuild to avoid build cycles.
- Skip 6 test cases that are causing problems with Python 3.8
(when combining coverage data from parallel mode).
* Added the --cov-append command line options.
coverage-4.0 (automatically activated if there’s a
* Changed --cov-report=term to automatically upgrade to
--cov-report=term-missing if there’s
* Changed --cov so it can be used with no path argument
(in wich case the source settings from .coveragerc will
* Fixed .pth installation to work in all cases
* Data file suffixing changed to use coverage’s
* Avoid warning about missing coverage data
* Fixed a race condition when running with xdist
(all the workers tried to combine the files).
It’s possible that this issue is not present in
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-cov?expand=0&rev=45
Description
No description provided
Languages
Diff
100%