blanket
Code coverage library
A JavaScript code coverage tool that adds statistics to existing tests, providing insight into which parts of the code are covered by tests.
blanket.js is a simple code coverage library for javascript. Designed to be easy to install and use, for both browser and nodejs.
1k stars
33 watching
177 forks
Language: JavaScript
last commit: almost 2 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
tntim96/jscover | Measures code coverage in JavaScript applications to ensure test reliability and quality | 399 |
ember-cli-code-coverage/ember-cli-code-coverage | A tool for measuring code coverage in JavaScript-based Ember.js applications | 195 |
coderaiser/escover | A tool for collecting code coverage for EcmaScript Modules in JavaScript applications | 8 |
thedeeno/web-component-tester-istanbul | A plugin for web-component-tester that collects and reports test coverage using Istanbul | 28 |
kaizhu256/jslint | A tool for analyzing and improving the quality of JavaScript code | 2 |
yeshan333/ex_integration_coveralls | Provides tools to analyze code coverage at runtime | 4 |
serut/meteor-coverage | Tool for measuring code coverage in Meteor projects | 54 |
benbria/coffee-coverage | Instruments CoffeeScript files to measure code coverage using Istanbul, JSCoverage, or Streamline styles. | 145 |
gha-common/go-beautiful-html-coverage | An action to track code coverage in pull requests and generate an HTML preview of the results. | 13 |
lucaslorentz/minicover | A tool to measure and report on the quality of code in .NET Core applications | 209 |
stevegilham/altcover | A cross-platform coverage tool set for .NET and Mono | 501 |
brettz9/coveradge | A tool that generates badges to display test coverage information. | 0 |
istanbuljs/babel-plugin-istanbul | A Babel plugin that adds instrumentation to JavaScript code to facilitate coverage analysis during testing | 630 |
esamattis/jslibs | A curated collection of useful JavaScript libraries for building web applications. | 59 |
anders-code/verilog-covered | A tool to measure code coverage of Verilog designs | 8 |