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
This is not an issue per say but I noticed that jest is dropping the mapCoverage option: jestjs/jest#5177
and I was wondering what will the effect be for user of ts-jest since we rely on this option to have a proper map of our TypeScript code coverage?
The text was updated successfully, but these errors were encountered:
This sounds great. We have been facing issues with inconsistent mapcoverage (i.e. two machine using the same code but reporting different coverage). I wonder if this will solve this situation.
This is not an issue per say but I noticed that jest is dropping the mapCoverage option:
jestjs/jest#5177
and I was wondering what will the effect be for user of
ts-jest
since we rely on this option to have a proper map of our TypeScript code coverage?The text was updated successfully, but these errors were encountered: