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

Letting modules contribute coverage to modules in the same project that they depend on #206

Open
ryan-williams opened this issue Sep 15, 2017 · 0 comments

Comments

@ryan-williams
Copy link

Related to #79, I have an SBT project with several modules, and the tests in some modules exercise lines in other modules that the latter's tests don't.

It would be nice if each module's tests could instrument lines in all the modules in a project, so that the aggregated project-level coverage number could better reflect the fraction of the project's lines that are exercised by the set of all the project's tests.

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

1 participant