Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions