Registry / testing / cov-core

cov-core

JSON →
library1.15.0pypypi✓ verified 81d ago

Plugin core for use by pytest-cov, nose-cov and nose2-cov. Provides a shared coverage core for test runners. Current version: 1.15.0, last released 2016. In maintenance mode.

pip install cov-core
INSTALL
IMPORT
SIG · COV-CORE
C
cov-core
testingpythonv1.15.0
Install
3.1s avg
Import
Disk
18MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
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
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 20.7MB
glibc
py 3.103.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/
Debug
Known issues
deprecatedcov-core has been in maintenance mode since 2016. New projects should use coverage and pytest-cov directly.
fix
Use pytest-cov (which depends on coverage) directly.
affects: all
gotchaImport path uses underscore: cov_core, not cov-core.
fix
When importing in Python, use from cov_core import CovCore
affects: all
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
Agent activity
10 hits · last 30 days
node
8
OpenAI (training)
1
Resources
cov-core — pip install cov-core · libregistry