Socket
Socket
Sign inDemoInstall

karma-coverage

Package Overview
Dependencies
66
Maintainers
4
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1235Next

0.2.0

Diff

Changelog

Source

0.2.0 (2015-06-09)

Features
  • no longer write json unless configured (1256fb8b)
Breaking Changes
  • No json coverage is generated by default. If you want that, please use json reporter:
coverageReporter: {
  type: 'json'
}

// or with multiple reporters
coverageReporter: {
  reporters: [
    {type: 'html', dir: 'coverage'},
    {type: 'json', dir: 'coverage'},
  ]
}

(1256fb8b)

<a name"0.1.5"></a>

vojtajina
published 0.1.5 •

Changelog

Source

0.1.5 (2015-06-09)

Bug Fixes
Features

<a name"0.1.4"></a>

vojtajina
published 0.1.4 •

Changelog

Source

0.1.4 (2015-06-09)

Features

<a name"0.1.3"></a>

vojtajina
published 0.1.3 •

Changelog

Source

0.1.3 (2015-06-09)

Bug Fixes
  • update to work with Karma 0.11 (89c98177)
Features
  • update instanbul (24126e72)
  • support coverage for coffee script (9f802c1c)
  • log where the coverage reports are generated (c9ef5c9f)
  • add a default config and normalize outputFile path (027fa4fc)

<a name"0.1.2"></a>

vojtajina
published 0.1.2 •

Changelog

Source

0.1.2 (2015-06-09)

<a name"0.1.1"></a>

vojtajina
published 0.1.1 •

Changelog

Source

0.1.1 (2015-06-09)

Bug Fixes
  • update to work with Karma 0.11 (b744d6f2)

<a name"0.1.0"></a>

vojtajina
published 0.1.0 •

Changelog

Source

0.1.0 (2015-06-09)

<a name"0.0.5"></a>

vojtajina
published 0.0.5 •

Changelog

Source

0.0.5 (2015-06-09)

Bug Fixes
  • delay collector disposal until all file writing has completed. (75c4db0e)
Features

<a name"0.0.4"></a>

vojtajina
published 0.0.4 •

Changelog

Source

0.0.4 (2015-06-09)

Features
  • do not preprocess files if coverage reporter is not used (277a1ad9, closes #7)

<a name"0.0.3"></a>

vojtajina
published 0.0.3 •

Changelog

Source

0.0.3 (2015-06-09)

Bug Fixes
Features

<a name"0.0.2"></a>

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