1.1.4 • Published 3 months ago

istanbul-smart-text-reporter v1.1.4

Weekly downloads
-
License
(MIT or CC0 1.0)
Repository
github
Last release
3 months ago

istanbul-smart-text-reporter

Istanbul's text reporter but with smarter output; Doesn't print a table if there are no files to print.

@electrovir/nyc/@electrovir/c8

If you use the @electrovir/nyc fork of nyc or the @electrovir/c8 fork of c8 and provide the failBelow config value then when any lines are printed, the reporter fails the process so that you can use the checkCoverage: false option and eliminate extraneous console.error logging from. Example.

Usage

npm i -D istanbul-smart-text-reporter

Using config file

// c8.config.js

module.exports = {
    reporter: 'istanbul-smart-text-reporter',
};

In CLI

ncy --reporter istanbul-smart-text-reporter
1.1.4

3 months ago

1.1.3

6 months ago

1.1.2

12 months ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.0.1

2 years ago

0.0.0

2 years ago