Skip to content

--compile=min does not output code coverage #37059

@fredrikekre

Description

@fredrikekre
$ ls
test.jl

$ cat test.jl 
function f()
    println("hello, world")
end
f()

$ julia --code-coverage=user --compile=min test.jl
hello, world

$ ls
test.jl

$ julia --code-coverage=user test.jl                                 
hello, world

$ ls
test.jl  test.jl.11153.cov

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions