#
test-coverage
Here are 93 public repositories matching this topic...
lcov posting to coveralls.io
-
Updated
Aug 20, 2020 - JavaScript
Repository for wallaby.js questions and issues
nodejs
javascript
browserify
visual-studio
typescript
jasmine
webpack
mocha
jest
tdd
intellij
bdd
vscode
test-runner
test-coverage
sublime-text-3
ava
atom-editor
wallaby
continuous-testing
-
Updated
Aug 26, 2020
Actionable code coverage - detects untested code blocks in recent changes
-
Updated
Aug 11, 2020 - Ruby
Autobahn WebSocket protocol testsuite
-
Updated
Jul 13, 2020 - Python
go-carpet - show test coverage in terminal for Go source files
-
Updated
Mar 22, 2020 - Go
ryanluker
commented
Jun 27, 2020
Description
Like the old event reporter, move all the code that deals with crash reporting and sentry init into a new module.
This will help abstract away the knowledge of the crash capture to a single area.
Design
class CrashReporter
constructor(enableCrashReporting)
capture(error)
Existing Code
// Only send crash reports if the user al
phillipjohnston
opened
Oct 25, 2017
Coveralls Github Action
-
Updated
Jul 17, 2020 - JavaScript
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
Apr 25, 2020 - CMake
Fully Convolutional DenseNet (A.K.A 100 layer tiramisu) for semantic segmentation of images implemented in TensorFlow.
tiramisu
neural-network
tensorflow
image-processing
artificial-intelligence
test-coverage
convolution
densenet
image-segmentation
semantic-segmentation
fully-convolutional-networks
fc-densenet
convolutions
-
Updated
Dec 21, 2018 - Python
DEPRECATED Uploads Ruby test coverage data to Code Climate
-
Updated
Oct 8, 2018 - Ruby
Courtney is a coverage tool for Go
-
Updated
Dec 16, 2019 - Go
Assert that the java code of a project satisfies certain checks.
-
Updated
Jul 28, 2020 - Java
Framework for writing modular, discoverable, testable Bash scripts
-
Updated
Oct 4, 2019 - Shell
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
Run on CI, Apply Rules on the Build and Get the Result back to the Pull Request.
kotlin
circleci
automation
travis-ci
continuous-integration
test-coverage
pull-request
teamcity
codereview
ci-tools
ci-pipeline
-
Updated
Aug 9, 2019 - Kotlin
Java testing framework for testing pojo methods. It tests equals, hashCode, toString, getters, setters, constructors and whatever you report in issues ;)
testing
java-framework
equality
test-automation
tests
hashcode
test-coverage
pojo
constructor
setters
getters
pojos
equals
pojo-testing
pojo-tester
tostring
-
Updated
Jun 25, 2020 - Java
A WebAssembly shell project, set up with task runners, testing and CI+test coverage for both JS and C++
-
Updated
Apr 26, 2018 - C++
A transparent, nonprofit platform for the exchange of goods and services in which participation don't require legal tender involvement
-
Updated
Sep 1, 2020 - Python
DEPRECATED Uploads Python test coverage data to Code Climate
python
quality
continuous-integration
ci
climate
coverage-report
pypi
test-coverage
code-quality
codeclimate
-
Updated
Feb 26, 2018 - Python
Proof of concept for food app [JetPack + Coroutines + Flow + MockK + JaCoCo coverage + SonarQube]
coroutines
kotlin-android
sonarqube
clean-architecture
test-coverage
repository-pattern
mvvm-architecture
coroutines-android
constraint-layout
architecture-components
room-persistence-library
coroutines-flow
jacoco-reports
-
Updated
Aug 4, 2020 - Kotlin
The fallacy of the 100% test coverage or once a metric becomes a target it looses it value
-
Updated
Nov 17, 2018 - Java
-
Updated
Jul 31, 2020 - Python
A dashboard widget for Azure DevOps or Team Foundation Server (TFS) to display information about unit test code coverage.
-
Updated
Jun 3, 2020 - HTML
AlexisVLRT
commented
Mar 4, 2020
BugsJS benchmark framework and data files.
-
Updated
Nov 27, 2019 - Python
Test coverage tool supporting unity games (c#), android apps (java) and javascript. Gathers coverage on the fly, as software is being tested.
flask
selenium
unity3d
test-coverage
code-coverage
selenium-test-coverage
unity-test-coverage
android-test-coverage
runtime-coverage
-
Updated
May 18, 2020 - HTML
Improve this page
Add a description, image, and links to the test-coverage topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the test-coverage 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