browserify-istanbul icon indicating copy to clipboard operation
browserify-istanbul copied to clipboard

A browserify transform for the istanbul code coverage tool

Results 7 browserify-istanbul issues
Sort by recently updated
recently updated
newest added

Unfortunately I am finding that the directive `/* istanbul ignore next */` does nothing, unlike in the standard version of Istanbul. I want to use it to ignore require statements...

Upgrades istanbul, which dropped support for node.js versions < 8. Object.assign can then be used without a polyfill. While I was at it i upgraded all the other dependencies too....

This fixes an issue where browserify-istanbul won't run if one of your parent directories is named `node_modules`. We want to ignore children directories name `node_modules` but not parent directories from...

After upgrading browserify-istanbul from version 2.0.0 to version 3.0.1 I get the following exception during karma test execution: TypeError: (options.instrumenter || require(...)).createInstrumenter is not a function at transform (/home/cfinckle/lhotse-repos/sharing/node_modules/browserify-istanbul/index.js:42:83) at...

I've been trying to get browserify-istanbul to work with the latest unstable Istanbul version for more accurate ES6 coverage reports. Currently stuck on the fact that neither [email protected] or the...

Hi I'm trying to use karma-jamine for unit testing an Angular project which leverages browserify. However is seems, the karma.config either runs the tests or generates the coverage report using...

Ok so I've dropped in browserify-istanbul in to my transform and it's throwing the following error: ``` TypeError: undefined is not an object (evaluating '__cov_6Holy$lJRi8fuZorzSBmWQ.b['2'][0]') at /var/folders/bm/0q_ysbdn2p9g8_mvhhvklrj00000gn/T/5ee93f4e9129b3ef96de996e5c6b3be4.browserify:14564 ``` My transform...