Skip to content

Generating coverage statistics places *.cov files in .julia/packages directory #128

@densmojd

Description

@densmojd

Generating coverage statistics using

TestReports.test("MyPackage"; coverage = true)

places *.cov files in my .julia/packages directory for all the dependencies of MyPackage. These files accumulate over time, which is undesirable.

Generating coverage statistics using Pkg,

Pkg.test(coverage = true)

does not cause this behavior.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions