You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The useAbsolutePaths options stops remap-istanbul from using relatives paths on output (thanks @alexeibs)
The basePath options is now available on the Grunt task
The property code is now supported on both input and output coverage.json. This property is used to provide source files as part of the coverage. (thanks for the idea @shaharmor)
If code is present on the input coverage.json, remap-istanbul will not attempt to load the covered file.
If the source map contains sources, those will be output in the coverage.json in the code property.
You can now pass options to the Istanbul reporters (thanks @jvanoostveen)
Changes
Excludes options now are also matched against output coverage information (thanks @nmn)