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

Allow specifying the source to be an installed library, rather than local folder #3

Closed
gaborbernat opened this issue Mar 31, 2020 · 0 comments

Comments

@gaborbernat
Copy link
Contributor

By default use . however if the user specifies so use the path for an installed library. This can be done by the user specifying in the config the module name:

[coverage:covdefaults]
installed_packages = virtualenv tox

And then we inject both platlib and purelib as source configuration ({plat}/{name} {plat}/{name}.py {pure}/{name} {pure}/{name}.py).

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

Successfully merging a pull request may close this issue.

1 participant