All the .cov files are in the same directory as the corresponding .jl source file. So you'll find a bunch in julia/base (given the "all"), as well as any other files used by your test.jl.
--Tim On Monday, August 11, 2014 03:37:41 AM Keith Campbell wrote: > Hello, > When running --code-coverage, where does one find the .cov file? > > I tried: julia --code-coverage=all test.jl > > The program ran, but I couldn't find any coverage output. > thanks, > Keith > > > Version 0.3.0-rc2+22 (2014-08-07 07:55 UTC) > Commit 0816e99 (4 days old master) > x86_64-redhat-linux
