Some of the tests need to run in a clone of a git repo. However we need to make sure we change back to the original working directory. Otherwise generating test coverage fails as it tries to write it into current working dir, which no longer exists.
Pull-Request has been merged by lsedlar
Some of the tests need to run in a clone of a git repo. However we need to make sure we change back to the original working directory. Otherwise generating test coverage fails as it tries to write it into current working dir, which no longer exists.