It there any way to have these sorts of file go to another directory (as 
well as the .o files during a build)?
We try to keep source directories always "clean", and shared between 
different builds with different options...

On Monday, August 11, 2014 at 6:54:34 AM UTC-4, Tim Holy wrote:
>
> 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 
>
>

Reply via email to