#
test-coverage
Here are 114 public repositories matching this topic...
lcov posting to coveralls.io
-
Updated
Jun 29, 2021 - 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
Apr 20, 2021
Autobahn WebSocket protocol testsuite
-
Updated
Jul 1, 2021 - Python
grodowski
commented
Feb 24, 2021
undercover should create warnings on entire files that weren't required by specs and hence don't show up in the lcov output.
This can be done by changing logic starting from Undercover::Report#load_and_parse_file
phillipjohnston
opened
Oct 25, 2017
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 30, 2021 - CMake
ian-h-chamberlain
commented
Jul 21, 2021
Description
Provide a better onboarding experience by leveraging a getting started section in the readme along with an information popup.
Work
- add informational popup on first install of the extension / (on update as well?)
- add new section to the readme for quick-start with gifs around how to use the extension
- link this section in the "onboarding" popup message
Coveralls Github Action
-
Updated
Jul 6, 2021 - JavaScript
go-carpet - show test coverage in terminal for Go source files
-
Updated
May 10, 2021 - Go
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
Courtney is a coverage tool for Go
-
Updated
May 17, 2021 - Go
DEPRECATED Uploads Ruby test coverage data to Code Climate
-
Updated
Oct 8, 2018 - Ruby
Assert that the java code of a project satisfies certain checks.
-
Updated
Feb 5, 2021 - Java
Framework for writing modular, discoverable, testable Bash scripts
-
Updated
Oct 4, 2019 - Shell
Github Action which helps enforce code coverage threshold using lcov created by Very Good Ventures 🦄
-
Updated
Jun 14, 2021 - JavaScript
DEPRECATED Code Climate test reporter client for JavaScript projects
-
Updated
May 7, 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
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
Jul 29, 2021 - Python
Wikipedia for node and the browser
typescript
browser
jest
article
wiki
wikipedia
wikidata
test-coverage
wikipedia-api
wiki-engine
today-in-history
onthisday
images-optimized
-
Updated
Jun 22, 2021 - TypeScript
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
Facebook clone with core features of the platform, users, profiles, friending, posts, comments, news feed, and liking. Sign-in with real Facebook by using Omniauth and Devise is also implemented.
-
Updated
Oct 21, 2020 - Ruby
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
-
Updated
Jul 2, 2021 - Python
A dashboard widget for Azure DevOps or Team Foundation Server (TFS) to display information about unit test code coverage.
-
Updated
Jan 6, 2021 - HTML
BugsJS benchmark framework and data files.
-
Updated
Nov 27, 2019 - Python
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