Base.JLOptions().code_coverage
(see
https://github.com/JuliaLang/julia/blob/68b403f820fbd2f7401e12a90d487f41c96ca652/base/options.jl
)

On Wed, Sep 23, 2015 at 1:05 PM, Erik Schnetter <[email protected]> wrote:

> The MPI self tests <https://github.com/JuliaParallel/MPI.jl> start new
> Julia processes by running the Julia executable via `mpirun`. To get code
> coverage results, I need to pass the `--code-coverage` flag. I only want to
> do so when `runtests.jl` was itself called with `--code-coverage`. Is there
> a way to find out from within Julia?
>
> -erik
>
> --
> Erik Schnetter <[email protected]>
> http://www.perimeterinstitute.ca/personal/eschnetter/
>

Reply via email to