the Istanbul command line interface
-
Updated
May 17, 2022 - JavaScript
{{ message }}
the Istanbul command line interface
A payment application to demonstrate real-world usage of Cypress testing methods, patterns, and workflows.
GitHub action to set up PHP with extensions, php.ini configuration, coverage drivers, and various tools.
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.
A Coverage Explorer for Reverse Engineers
A template for modern C++ projects using CMake, Clang-Format, CI, unit testing and more, with support for downstream inclusion.
GitHub Action that uploads coverage to Codecov
If I remember correctly, I wasn't able to implement on-demand paging with whv because doing a WHvTranslateGva with an empty environment doesn't generate memory faults like executing would.
This is annoying because wtf does memory translation to be able to set breakpoints where the user wants to; to do that it needs to do a VirtTranslate so I ended up mapping it all at start-up. It's not ide
monorepo containing the various nuts and bolts that facilitate istanbul.js test instrumentation
Boiler plate template for C++ projects, with CMake, Doctest, Travis CI, Appveyor, Github Actions and coverage reports.
Testing Framework for PL/SQL
Cross-platform coverage gathering and processing tool set for .net/.net core and Mono
Tester: enjoyable unit testing in PHP with code coverage reporter.
Produce code coverage results with gcov from afl-fuzz test cases
A SkunkScore Calculator for Ruby Code -- Find the most complicated code without test coverage!
A selection of useful scripts for use in CMake projects, include code coverage, sanitizers, and dependency graph generation.
Saves the code coverage collected during Cypress tests
Command line tool & Swift framework for parsing Xcode 11+ xcresult
Coveralls Github Action
Coinbase API written in TypeScript and covered by tests.
Visualize unit test code coverage easily for free in Visual Studio Community Edition (and other editions too)
Cross platform code coverage tool for .NET Core
Actionable code coverage.
Cypress and Jest both with code coverage running unit tests
Code coverage tool for Bash
Next.js example instrumented for code coverage from Cypress tests
Hapi.js based REST boilerplate which uses latest ES7/ES8 features (async/await) with code coverage and follows best pratices
An experimental high performance, fuzzing oriented Intel Processor Trace capture and analysis suite
Add a description, image, and links to the code-coverage topic page so that developers can more easily learn about it.
To associate your repository with the code-coverage topic, visit your repo's landing page and select "manage topics."
It would be helpful if the lcov generated reports could generate relative paths. My use case is that I am generating coverage reports from a docker image and then using VS Code Coverage Gutters which supports relative paths to view the coverage. But it doesn't work because the absolute paths on the docker c