-
Notifications
You must be signed in to change notification settings - Fork 126
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
Tests and project in two modules #79
Comments
I think we managed to cover this in a separate thread - scoverage/gradle-scoverage#33 (comment) If you're using Gradle, please could you test the following?
You might also need to configure the 'main' projects to skip the
|
I'll test this next Friday, as I'm busy with something else till then. Thanks! |
Hi, I tested sample from https://github.com/scoverage/gradle-scoverage-sample and have some problems with generating report:
It looks like wrong path is generated.
|
Thanks - this appears to be a duplicate of #80. I'm not sure I agree with the diagnosis there, but I'll take a look upstream. |
Maybe, but here I did not run |
Problem lies in
And in this case (tests in separate module) values looks like this:
Second one is not a prefix of first, and this generates incorrect paths. |
@sksamuel do you have some idea about how to handle this problem? |
We need to handle both the location of the source and the package name On 3 February 2015 at 16:12, Jerzy Müller [email protected] wrote:
|
@sksamuel @maiflai I now have version that work if you have all Unfortunately, as soon as you add something to On windows this fails immediately, as you cannot have to I can fix this (we really like to include scoverage in our project) and contribute a fix, but some guidance on how you want to tackle this problem will be helpful. |
We have following infrastructure in our company:
parentProject
projectA
projectA-tests
projectB
projectB-tests
We would like to check coverage of
projectA
withprojectA-tests
etc.Do you have any plans to support such setup? Or how could I hack such solution (or maybe implement it in scoverage)?
The text was updated successfully, but these errors were encountered: