15 projects
JaCoCo
:microscope: Java Code Coverage Library
1,557
402
$2.1M
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,380
522
$1.6M
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.
806
291
$794K
AEgir
AEgir - Automated JavaScript project building
Codecov API
Code for the API of Codecov
ComposerRequireChecker
A CLI tool to check whether a specific composer package uses imported symbols that aren't part of its direct composer dependencies
Coverlet
Cross platform code coverage for .NET
ExCoveralls
Coverage report tool for Elixir with coveralls.io integration.
Istanbul
Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale.
IstanbulJS NYC CLI
the Istanbul command line interface
LCOV
LCOV
SimpleCov
Code coverage for Ruby with a powerful configuration library and automatic merging of coverage across test suites
pytest-cov
Coverage plugin for pytest.