LocalCoverage.jl icon indicating copy to clipboard operation
LocalCoverage.jl copied to clipboard

clean_coverage does not remove *.cov files from the julia directory

Open jishnub opened this issue 5 years ago • 2 comments

generate_coverage writes out files in both the package src directory as well as the julia installation directory (in /share/julia/base). Running clean_coverage removes the *.cov files from the package, but not from the julia base directory.

jishnub avatar Jun 27 '20 07:06 jishnub

I think it would be nicer not to generate these files at all, so I opened an issue for Pkg.

tpapp avatar Apr 12 '21 07:04 tpapp