mocha-tcov-reporter

1.1.6 • Public • Published

mocha-tcov-reporter

This reporter is a simple code coverage reporter.
Will display the results in a list.

npm version Build Status Coverage Status Code Climate Dependency Statusmocha-tcov-reporter

Installation

npm install mocha-tcov-reporter --save-dev

Basic Usage

Add a set of blanket to package.json.

"config"{
  "blanket": {
    "pattern": "/lib/",
    "data-cover-never": "/node_modules/"
  }
}

After that, You need to specify the reporter.

mocha -r blanket -R mocha-tcov-reporter test

Multi Reporter

With mocha-multi, you can view the report along with the test results.
In the example below, we have used in conjunction with the spec reporter.

multi='spec=- mocha-tcov-reporter=-' mocha -r blanket -R mocha-multi test

Package Sidebar

Install

npm i mocha-tcov-reporter

Weekly Downloads

8

Version

1.1.6

License

MIT

Last publish

Collaborators

  • holyshared