A next-generation code testing stack for JavaScript.
-
Updated
Sep 3, 2020 - TypeScript
{{ message }}
A next-generation code testing stack for JavaScript.
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
Automated code reviews via mutation testing - semantic code coverage.
Teaspoon: Javascript test runner for Rails. Use Selenium, BrowserStack, or PhantomJS.
Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more.
AST based PHP Mutation Testing Framework
A code coverage tool for .NET 2 and above (WINDOWS OS only), support for 32 and 64 processes with both branch and sequence points
Humbug is a Mutation Testing framework for PHP to measure the real effectiveness of your test suites and assist in their improvement. It eats Code Coverage for breakfast.
State of the art mutation testing system for the JVM
lcov posting to coveralls.io
Code coverage for Xcode projects (Objective-C only)
Rust task runner and build tool.
A Gradle Plugin Providing Full Support for Go
Actionable code coverage - detects untested code blocks in recent changes
Code coverage tool for compiled programs, Python and Bash which uses debugging information to collect and report data without special compilation options
Nice code coverage reporting without hassle
Dead simple testing framework for Bash with coverage reporting
JSCover is a JavaScript Code Coverage Tool that measures line, branch and function coverage
Is your feature request related to a problem? Please describe.
We have a database schema which includes temporary objects - this means objects which are required only for a short time like procedure for upgrades or objects which are still work in progress - and legacy test code. Temporary objects are always prefixed with the username of the author like:
windowsusr_my_table
Test Procedures a
Gif RecyclerView in MVP using Dagger 2 + Retrofit 2 + Moshi + RxJava 2 + Glide 4 with JUnit and Espresso tests written in Kotlin + Kotlin DSL!
Add a description, image, and links to the coverage topic page so that developers can more easily learn about it.
To associate your repository with the 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