Socket
Socket
Sign inDemoInstall

coffee-coverage

Package Overview
Dependencies
9
Maintainers
9
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous134Next

0.6.0

Diff

jwalton
published 0.5.4 •

jwalton
published 0.5.3 •

Changelog

Source

v0.5.3

  • #42: Fix the 0% coverage for files that are never loaded
jwalton
published 0.5.2 •

Changelog

Source

v0.5.2

  • Fix weird corner case if statement.
    • Better streamline support.
    • Add support for caching files between runs.
jwalton
published 0.5.1 •

Changelog

Source

v0.5.1

  • Fix for istanbul instrumentation for if expressions that are implicit returns and are missing an else.
jwalton
published 0.5.0 •

Changelog

Source

v0.5.0

  • Added support for Istanbul. (thanks to Carsten Klein for some help and suggestions.)
    • Added support for pragmas.
    • Dropped support for node.js v0.6.x.
    • coffee-coverage/register now instruments all js files in the CWD by default (instead of only files which get loaded.) You can disable this behavior by setting the COFFEECOV_INIT_ALL environment variable to 'false'.

Breaking changes:

  • CoverageInstrumentor.instrumentCoffee() now expects an absolute path for a file. It will probably continue to work, even if you pass a relative path, though.
jwalton
published 0.4.6 •

jwalton
published 0.4.5 •

Changelog

Source

v0.4.5

  • Compatibility fix for coffee-script 1.9.1 (thanks technogeek00)
jwalton
published 0.4.4 •

Changelog

Source

v0.4.4

  • Make the behavior of "skip" be consistent between CLI and dynamic compilation.
    • Drop use of Cakefile for builds.
jwalton
published 0.4.3 •

Changelog

Source

v0.4.3

  • Add coffee-coverage/register for easier mocha testing (thanks devongovett)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc