Feature
Branch Coverage
good first issue
Good first issue to pick up if you wanna go and contribute!
#
coverage-report
Here are 242 public repositories matching this topic...
JSLint, The JavaScript Code Quality and Coverage Tool
-
Updated
May 26, 2022 - JavaScript
Ruby production code coverage collection and reporting (line of code usage)
-
Updated
May 1, 2022 - Ruby
A code coverage tool for Rust projects
-
Updated
May 26, 2022 - Rust
A Gradle Plugin Providing Full Support for Go
-
Updated
Oct 11, 2021 - Groovy
Nice code coverage reporting without hassle
coverage
xcode
continuous-integration
ci
coverage-report
fastlane
command-line-tool
xccoverage
html-report
-
Updated
Mar 28, 2022 - Ruby
Laravel 8 + Vue 2 + AdminLTE 3 based Curd Starter template
pagination
profile
vuejs
laravel
adminlte
dashboard
vue
coverage-report
phpunit
laravel-framework
vue2
vuetify
curd-starter-template
-
Updated
May 26, 2022 - PHP
6
vegerot
commented
Sep 25, 2021
It seems hard to go into a JavaScript/TypeScript library's issues and not have someone asking about Deno
Well, here it is: does typescript-coverage-report support Deno?
Python report uploader for Codecov
-
Updated
May 23, 2022 - Python
A karma reporter that uses the latest istanbul 1.x APIs to report coverage
-
Updated
Aug 28, 2020 - JavaScript
RSpec Tracer is a specs dependency analyzer, flaky tests detector, tests accelerator, and coverage reporter tool.
-
Updated
Jan 13, 2022 - Ruby
Go Coverage in your terminal: a tool for exploring Go Coverage reports from the command line 💻
-
Updated
Apr 2, 2022 - Go
Code coverage tool for Bash
-
Updated
Jul 31, 2020 - Ruby
Multi-language coverage reporter for Codacy
-
Updated
May 25, 2022 - Scala
Testing Sublime Text Packages
-
Updated
Dec 6, 2021 - Python
DEPRECATED Uploads Ruby test coverage data to Code Climate
-
Updated
Oct 8, 2018 - Ruby
cmake
cpp
coverage-report
clang
cpp11
doxygen
cppcheck
clang-format
clang-tidy
address-sanitizer
clang-static-analyzer
clang-tooling
-
Updated
Apr 4, 2020 - C++
A massively parallelized gcov wrapper
-
Updated
May 17, 2022 - Python
DEPRECATED Code Climate test reporter client for JavaScript projects
-
Updated
Sep 16, 2021 - JavaScript
DEPRECATED PHP Test Reporter
php
quality
continuous-integration
ci
coverage-report
test-coverage
code-generation
codeclimate
coverage-data
-
Updated
Nov 30, 2020 - PHP
Code coverage done right.® On-premise enterprise version.
-
Updated
Dec 9, 2021
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
coveralls.io support for haskell code coverage with hpc
-
Updated
Aug 12, 2020 - Haskell
A Gradle Plugin for Android developers that automatically configures Jacoco code coverage tasks for both combined and per module coverage reports, easier than ever.
android
coverage
coverage-report
gradle-plugin
jacoco
code-coverage
android-gradle-plugin
android-plugin
-
Updated
May 23, 2022 - Kotlin
octocov is a toolkit for collecting code metrics (code coverage, code to test ratio and test execution time).
testing
coverage-report
badge
code-coverage
hacktoberfest
code-metrics
code-to-test-ratio
test-execution-time
-
Updated
May 9, 2022 - Go
Conditional coverage based on any rules you define!
python
coveralls
coverage
coverage-report
python3
coverage-testing
wemake
pragma-rules
coverage-plugin
-
Updated
May 26, 2022 - Python
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