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 `COV_CORE_SOURCE` environment variable is key for making sure that
child processes continue computing code coverage. However, there's no
guarantee that child processes start in the same directory as their parent
process, which screws up coverage reporting if you're using relative
paths for coverage sources. The fix is to make sure we're dealing with
absolute paths.
This is a little tricky to get right, because sources can include both
dirs and packages.
This fixes#465
0 commit comments