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
Current behavior
Istanbul will create a code coverage report based on the transpiled TypeScript files. Some lines of the extra code that the transpilation creates will be marked as "statement not covered", they are irrelevant for the test and therefore should be excluded from the report.
Expected/desired behavior
We can use remap-istanbul to remap the istanbul code coverage to the TypeScript source.
The text was updated successfully, but these errors were encountered:
Type
Current behavior
Istanbul will create a code coverage report based on the transpiled TypeScript files. Some lines of the extra code that the transpilation creates will be marked as "statement not covered", they are irrelevant for the test and therefore should be excluded from the report.
Expected/desired behavior
We can use remap-istanbul to remap the istanbul code coverage to the TypeScript source.
The text was updated successfully, but these errors were encountered: