Install & Compatibility
Where this runs
tested against v1.15.0 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
muslpy 3.10–3.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 20.7MB
glibcpy 3.10–3.95 runs
installs and imports cleanly · install 3.1s · import 0.000s · 21MB
18MB installed
● package 18MB
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
CovController
✓ from cov_core import CovController
✗ from cov_core import CovCore
Central
✓ from cov_core import Central
init
✓ from cov_core_init import init
Typical usage via pytest-cov; cov-core is a backend plugin.
# cov-core is not typically used directly. Instead use pytest-cov:
# pip install pytest-cov
# Run tests with: pytest --cov=myproject tests/
Upgrade
Version history
1.15.0latest on PyPI · released Nov 22, 2014
Audit
Dependencies
pytest-covoptionalMost common entry point; cov-core is a dependency of pytest-cov
coveragerequiredRuntime dependency for instrumentation