#
coverage-report
Here are 163 public repositories matching this topic...
Ruby production code coverage collection and reporting (line of code usage)
-
Updated
Aug 31, 2020 - Ruby
A Gradle Plugin Providing Full Support for Go
-
Updated
May 22, 2020 - Groovy
Nice code coverage reporting without hassle
coverage
xcode
continuous-integration
ci
coverage-report
fastlane
command-line-tool
xccoverage
html-report
-
Updated
Aug 18, 2020 - Ruby
A karma reporter that uses the latest istanbul 1.x APIs to report coverage
-
Updated
Aug 28, 2020 - JavaScript
Python report uploader for Codecov
-
Updated
Aug 31, 2020 - Python
Code coverage tool for Bash
-
Updated
Jul 31, 2020 - Ruby
Testing Sublime Text Packages
-
Updated
May 11, 2020 - Python
DEPRECATED Uploads Ruby test coverage data to Code Climate
-
Updated
Oct 8, 2018 - Ruby
Multi-language coverage reporter for Codacy
-
Updated
Sep 2, 2020 - Scala
1
OmgImAlexis
commented
May 17, 2020
Describe the bug
The --ignore-files flag can't be used even though coverage-report supports it.
DEPRECATED Code Climate test reporter client for JavaScript projects
-
Updated
Jul 16, 2020 - JavaScript
DEPRECATED PHP Test Reporter
php
quality
continuous-integration
ci
coverage-report
test-coverage
code-generation
codeclimate
coverage-data
-
Updated
Mar 10, 2019 - PHP
coveralls.io support for haskell code coverage with hpc
-
Updated
Aug 12, 2020 - Haskell
Generate Code Coverage reports for PhpSpec tests
php
php7
bdd
coverage-report
xdebug
bdd-specs
phpspec
unittest
testing-tools
code-coverage
coverage-generation
phpdbg
phpspec-extension
-
Updated
Feb 12, 2020 - PHP
cmake
cpp
coverage-report
clang
cpp11
doxygen
cppcheck
clang-format
clang-tidy
address-sanitizer
clang-static-analyzer
clang-tooling
-
Updated
Apr 4, 2020 - C++
Code coverage done right.® On-premise enterprise version.
-
Updated
Aug 26, 2020 - Shell
Generate Code Coverage reports for Behat tests
php
php7
coverage-report
xdebug
behat
testing-tools
behat-extension
code-coverage
coverage-extension
coverage-generation
phpdbg
-
Updated
Mar 3, 2020 - PHP
An all-you-can-eat buffet of React TDD
react
docker
screenshot
unit-testing
diff
acceptance-testing
coverage
mocha
tdd
coverage-report
selenium
visual-regression
visual-tests
gui-testing
-
Updated
Aug 30, 2019 - JavaScript
A massively parallelized gcov wrapper
-
Updated
Aug 15, 2020 - Python
ACVTool (Android Code Coverage Tool) is a tool to measure fine-grained code coverage of 3rd-party Android apps.
android
python
coverage-report
instrumentation
code-coverage
smali
apktool
acvtool
instruction-coverage
binary-coverage
-
Updated
Jan 23, 2019 - Python
Simple general-purpose embedded system code coverage test tool
-
Updated
Jul 17, 2018 - C
deprecated
-
Updated
Jul 19, 2017 - JavaScript
Command line tool for coverage reporting and validation
-
Updated
Jul 2, 2020 - Go
Improve this page
Add a description, image, and links to the coverage-report topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the coverage-report topic, visit your repo's landing page and select "manage topics."


We have a problem: if files aren't loaded/required we don't have branch data. If they are added through
track_fileswe give it 0/0 branches which we show as 100% coverage (all possible branches are covered).That math is "wrong" though here because there are branches but we don't know what they are. We should probably count total branches here as "unkown" and establish that in our "math unive