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 v8 coverage comes from executing the file on Node.js with NODE_V8_COVERAGE enabled.
The istanbul coverage comes from executing a file instrumented by istanbul on Firefox.
By default node v8 will be preferred to collect coverage. Padding coveragePreferIstanbul is meant to be used if multiple coverage sources are used and some of these sources report using istanbul format. This is because both formats are incompatible. See istanbuljs/v8-to-istanbul#144
Hell there,
I am merging two coverages: first come from v8 and was converted to istanbul format, second from istanbul itself.
When I merge the two with the following code, I end up with incorrect data
coverageFromIstanbul
coverageFromV8ConvertedToIstanbul
mergeResult
The v8 coverage comes from executing the file on Node.js with NODE_V8_COVERAGE enabled.
The istanbul coverage comes from executing a file instrumented by istanbul on Firefox.
The file source code is here
The text was updated successfully, but these errors were encountered: