Running a react redux app with typescript i get incorrect coverage results when running karma webpack with istanbul-remap for mapping back to typescript source code.
For example i added a change to a react unit test that makes the code not go into the mapStateToProps and mapDispatchToProps anymore (ignoring the redux flow). without using remap i get correct coverage decrease like so:
with remap i get incorrect coverage result: