Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run Pkg.test(...; coverage = true) without cov files for the Julia source #2506

Closed
tpapp opened this issue Apr 12, 2021 · 1 comment
Closed

Comments

@tpapp
Copy link
Contributor

tpapp commented Apr 12, 2021

Currently (1.6, master),

Pkg.test(SomePackage; coverage = true)

also generates .cov files in the users' copy of Julia's sources. This is not necessarily desirable, and may not be the preferred use case. It would be nice to have coverage generation restricted to the package directory by default, or just optionally.

Cf JuliaCI/LocalCoverage.jl#9.

@KristofferC
Copy link
Member

I think this is JuliaLang/julia#26573.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants