Hi, I am just learning about code coverage tools. I thought
julia --code-coverage=user --inline=no -e 'Pkg.test("MyPackage")'
would put .cov files in
Pkg.dir("MyPackage","src")
but apparently it doesn't. What should I do differently?
(VERSION v"0.4.5", amd64 binaries from website.)
Best,
Tamas
