1.1.3 • Published 9 years ago

mocha-cov-reporter v1.1.3

Weekly downloads
17
License
-
Repository
github
Last release
9 years ago

mocha-cov-reporter

A code coverage reporter for Mocha/Blanket.js.

license npm downloads

build code climate dependencies devDependencies

Getting Started

Installation

npm install mocha-cov-reporter --save-dev

Integration

Please add the following fields to your project's package.json file:

{
    "config": {
        "mocha-cov-reporter": {
            "failOnError": true,
            "threshold": 100,
            "useColors": true
        }
    }
}

Sample Output

Coverage succeeded: 100% >= 100% (SLOC 85)
Coverage below threshold: 75% < 100% (SLOC 85)

Running Tests

To run the test suite first install the development dependencies:

npm install

then run the tests:

npm test
1.1.3

9 years ago

1.1.2

9 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.3.0

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago