-
Updated
Dec 11, 2021 - JavaScript
#
code-coverage
Here are 292 public repositories matching this topic...
the Istanbul command line interface
A payment application to demonstrate real-world usage of Cypress testing methods, patterns, and workflows.
-
Updated
Apr 9, 2022 - TypeScript
GitHub action to set up PHP with extensions, php.ini configuration, coverage drivers, and various tools.
php
composer
tools
continuous-integration
static-analysis
code-coverage
php-extensions
github-actions
-
Updated
Apr 9, 2022 - TypeScript
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.
-
Updated
Apr 4, 2022 - C#
A Coverage Explorer for Reverse Engineers
-
Updated
Mar 14, 2022 - Python
A template for modern C++ projects using CMake, Clang-Format, CI, unit testing and more, with support for downstream inclusion.
open-source
template
package-manager
cmake
cpp
continuous-integration
ci
static-analysis
project-template
gtest
cmakelists
codecov
clang-format
code-coverage
google-test
cmake-template
cmake-module
ccache
github-actions
github-action
-
Updated
Jan 22, 2022 - CMake
GitHub Action that uploads coverage to Codecov ☂️
-
Updated
Apr 6, 2022 - TypeScript
0vercl0k
commented
Jul 16, 2021
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
-
Updated
Apr 1, 2022 - JavaScript
Boiler plate template for C++ projects, with CMake, Doctest, Travis CI, Appveyor, Github Actions and coverage reports.
coveralls
boilerplate
cmake
cpp
travis-ci
doctest
actions
project-template
code-review
codecov
template-project
code-coverage
folder-structure
cpp-17
github-actions
-
Updated
Jan 15, 2022 - CMake
Testing Framework for PL/SQL
-
Updated
Apr 7, 2022 - PLSQL
Cross-platform coverage gathering and processing tool set for .net/.net core and Mono
testing
coverage
cross-platform
dotnet
powershell
mono
dotnet-core
code-coverage
dotnet-framework
powershell-module
-
Updated
Apr 9, 2022 - F#
Tester: enjoyable unit testing in PHP with code coverage reporter. 🍏 🍏 🍎 🍏
-
Updated
Mar 24, 2022 - PHP
Produce code coverage results with gcov from afl-fuzz test cases
-
Updated
Jan 14, 2022 - Python
A SkunkScore Calculator for Ruby Code -- Find the most complicated code without test coverage!
-
Updated
Apr 10, 2022 - Ruby
A selection of useful scripts for use in CMake projects, include code coverage, sanitizers, and dependency graph generation.
coverage
cmake
llvm
gcc
dependency-graph
clang
doxygen
test-coverage
cppcheck
clang-format
clang-tidy
code-coverage
sanitizer
sanitizers
cmake-format
target-instrumentation
coverage-information
-
Updated
Jan 24, 2022 - CMake
Saves the code coverage collected during Cypress tests
-
Updated
Mar 26, 2022 - JavaScript
Command line tool & Swift framework for parsing Xcode 11+ xcresult
-
Updated
Feb 25, 2022 - Swift
Coveralls Github Action
-
Updated
Apr 3, 2022 - JavaScript
Coinbase Pro API written in TypeScript and covered by tests.
api
typescript
bitcoin
trading
coinbase
ethereum
api-client
trading-api
cryptocurrency
exchange
fintech
code-coverage
hacktoberfest
-
Updated
Apr 1, 2022 - TypeScript
Visualize unit test code coverage easily for free in Visual Studio Community Edition (and other editions too)
visualization
visual-studio
csharp
dotnet
dotnetcore
vsix
visualisation
dot-net
unittest
free
vb
dot-net-core
code-coverage
unit-test
opencover
community-edition
report-generator
coverlet
fine-code-coverage
finecodecoverage
-
Updated
Mar 31, 2022 - C#
Cross platform code coverage tool for .NET Core
-
Updated
Feb 2, 2022 - C#
Actionable code coverage.
-
Updated
Jan 13, 2022 - Ruby
Cypress and Jest both with code coverage running unit tests
-
Updated
Mar 26, 2022 - JavaScript
Code coverage tool for Bash
-
Updated
Jul 31, 2020 - Ruby
Next.js example instrumented for code coverage from Cypress tests
-
Updated
Mar 26, 2022 - JavaScript
Hapi.js based REST boilerplate which uses latest ES7/ES8 features (async/await) with code coverage and follows best pratices
nodejs
javascript
docker
boilerplate
mocha
yarn
eslint
travis-ci
hapi
docker-compose
swagger
newrelic
starter-kit
standard-js
sinon
async-await
es7
code-coverage
code-climate
es8
-
Updated
Aug 29, 2017 - JavaScript
An experimental high performance, fuzzing oriented Intel Processor Trace capture and analysis suite
-
Updated
Feb 13, 2022 - C
Improve this page
Add a description, image, and links to the code-coverage topic page so that developers can more easily learn about it.
Add this topic to your repo
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