JSPM

cake-coverage

0.1.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q40530F
  • License MIT

Adds `coverage` task to your Cakefile.

Package Exports

  • cake-coverage

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cake-coverage) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

cake-coverage NPM version Build Status Coverage Status Dependency Status Gitter chat

Adds coverage task to your Cakefile. For use with cake-test and cake-coverage.

Install

$ npm install cake-coverage

Usage

require 'shortcake'

use do require 'cake-coverage`'

With Travis CI:

after_success:
  - node_modules/.bin/shortcake coverage:process