You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: