LocalCoverage.jl
LocalCoverage.jl copied to clipboard
Problem with relative path on Windows
For some reason after updating my environment (but not LocalCoverage.jl) generate_coverage does not work anymore on my Windows machine.
I've tracked it down to the usage of LocalCoverage.clean_folder() within the mentioned function.
Possible fix is on the way.