coffee-coverage
Code Coverage Tool
Instruments CoffeeScript files to measure code coverage using Istanbul, JSCoverage, or Streamline styles.
Istanbul and JSCoverage-style instrumentation for CoffeeScript files.
145 stars
18 watching
31 forks
Language: CoffeeScript
last commit: over 3 years ago
Linked from 1 awesome list
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 |
istanbuljs/babel-plugin-istanbul | A Babel plugin that adds instrumentation to JavaScript code to facilitate coverage analysis during testing | 631 |
markbates/programming-in-coffeescript | A repository of source code for the Programming in CoffeeScript book, providing examples and exercises for learning CoffeeScript programming. | 63 |
fairfieldt/coffeescript-concat | Utility for preprocessing and concatenating CoffeeScript source files. | 96 |
grant/javacoffee | A CoffeeScript-like syntax compiler for Java code | 14 |
yeshan333/ex_integration_coveralls | Provides tools to analyze code coverage at runtime | 4 |
alex-seville/blanket | A JavaScript code coverage tool that adds statistics to existing tests, providing insight into which parts of the code are covered by tests. | 1,400 |
coffee-js/index.coffee-js.org | A resource collection for CoffeeScript programming language and tools. | 22 |
jonreid/xcodecoverage | Provides code coverage analysis and reporting for Objective-C projects in Xcode | 856 |
coffee-js/vue-coffee-workflow | A Vue.js 2 application built with CoffeeScript and tools to simplify HTML rendering during building | 23 |
marviq/coffee-jshint | Runs CoffeeScript source through JSHint to check for errors and enforces coding standards. | 42 |
alfert/coverex | Generates code coverage reports for Elixir projects | 101 |
sebastianbergmann/phpcov | Tools for generating and analyzing code coverage reports from PHP applications | 227 |
brunorb/algorithms.coffee | A collection of algorithms and data structures implemented in CoffeeScript | 37 |