pytest-cov
pytest-cov is a powerful plugin for measuring code coverage in Python applications. It enhances standard coverage reporting with subprocess and xdist support, ensuring ac... pytest-cov is a powerful plugin for measuring code coverage in Python applications. It enhances standard coverage reporting with subprocess and xdist support, ensuring accurate measurements even in parallel test executions. Users can effortlessly append coverage data from multiple test runs and configure reports through command-line options or configuration files, enabling streamlined testing workflows.
Top pytest-cov Alternatives
jscoverage
jscoverage is a powerful tool for JavaScript and Node.js that enhances code coverage analysis. By integrating with Mocha, it appends...
Istanbul
Istanbul simplifies JavaScript test coverage by instrumenting ES5 and ES2015+ code with line counters to track unit-test effectiveness. The nyc...
Atlassian Clover
Atlassian Clover offers robust code coverage analysis for Java and Groovy, enabling developers to balance functional and testing code effectively....
Coco
Coco 7.3.0 excels in cross-platform code coverage analysis for languages like C, C++, C#, SystemC, Tcl, and QML. With features...
Coverage.py
Coverage.py is a robust tool designed for Python developers to measure code coverage by monitoring executed code during program runs....
Xdebug
Xdebug is a powerful extension for PHP that enhances the development workflow by enabling step-through debugging directly in IDEs. It...
Gcov
Gcov serves as an open-source code-coverage tool designed to enhance software testing efficiency. By compiling code with specific flags, it...
Devel::Cover
Devel::Cover is a robust code coverage tool for Perl, allowing developers to measure how thoroughly their tests exercise the code....
Slather
Slather efficiently generates test coverage reports for Xcode projects and integrates seamlessly with Continuous Integration (CI) systems. Users can enable...
JCov
JCov serves as an open-source tool designed to enhance test suite quality metrics within OpenJDK development. By offering precise measurements...
PCOV
PCOV is a lightweight, self-contained driver for PHP that is fully compatible with CodeCoverage. It optimizes resource usage by intelligently...
Tarpaulin
Tarpaulin is a code coverage reporting tool designed for the cargo build system, offering line coverage metrics that, while generally...
OpenCppCoverage
OpenCppCoverage is an open-source code coverage tool designed for C++ applications on Windows. Primarily utilized for unit testing, it also...
test_coverage
A command-line utility designed for collecting test coverage data from Dart VM tests, this tool streamlines the process of generating...
LuaCov
LuaCov serves as an efficient coverage analyzer for Lua scripts, generating execution statistics for each line of code and its...
Company Information
- Company: Python
- Country: United States
Top pytest-cov Features
- Subprocess coverage support
- Xdist compatibility
- Consistent pytest behavior
- Coverage data file management
- Coverage report generation
- Command line options integration
- .coveragerc configuration support
- --cov-append option
- JSON reporting support
- LCOV output format
- --cov-fail-under functionality
- Automatic clean data handling
- Compatibility with coverage package
- Custom data file naming
- Enhanced documentation accuracy.