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

Source and Test code in separate modules does not work #19

Open
niravmsh opened this issue May 21, 2016 · 1 comment
Open

Source and Test code in separate modules does not work #19

niravmsh opened this issue May 21, 2016 · 1 comment

Comments

@niravmsh
Copy link

My Parent Pom file has modules listed as

<modules>
    <module>myProject</module>
    <module>TypeAbTests</module>
    <module>TypeCdTests</module>
</modules>

Where all the source code is present in module myProject and all tests in the other 2 modules.

The result is always 0% code coverage

@niravmsh niravmsh changed the title Tests and Source Code in separate modules not supported Source and Test code in separate modules does not work May 21, 2016
@dennisit
Copy link

me too !

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