UNPKG

jasmine-istanbul-reporter

Version:

Jasmine report plugin that scrapes test pages for istanbul coverage stats and writes them to a set of files for eventual conversion to LCOV, Cobertura, etc.

7 lines 248 B
require('blanket')({ pattern: function (filename) { var shouldInstrumentFile = !/node_modules/.test(filename); shouldInstrumentFile = shouldInstrumentFile && !/test/.test(filename); return shouldInstrumentFile; } });