8 projects
Coverage.py
Coverage.py is a tool for measuring code coverage of Python programs. It monitors your program, noting which parts of the code have been executed, then analyzes the source to identify code that could have been executed but was not.
1,382
525
$1.6M
SimpleCov
Code coverage for Ruby with a powerful configuration library and automatic merging of coverage across test suites
1,345
531
$291K
pytest-cov
Coverage plugin for pytest.
818
352
$130K
IstanbulJS
IstanbulJS is a JavaScript code coverage analysis and reporting tool that helps developers track how much of their code is being tested. It instruments JavaScript code to track execution and generates comprehensive coverage reports.
808
293
$794K
ReportGenerator
ReportGenerator converts coverage reports generated by coverlet, OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov or lcov into human readable reports in various formats.
646
132
$4.6M
Codecov Uploader
The Codecov Uploader is a tool that uploads code coverage reports to Codecov's platform, enabling teams to track and analyze test coverage metrics for their software projects. It supports multiple programming languages and CI/CD platforms.
218
91
$858K
action-junit-report
Reports junit test results as GitHub Pull Request Check
163
65
$1.3M
LCOV
LCOV is a graphical front-end for GCC's coverage testing tool gcov. It collects gcov data for multiple source files and creates HTML pages containing the source code annotated with coverage information. It also adds overview pages for easy navigation within the file structure.
78
20
$1.4M