0

I have a project for which I have written functional test in another github repo. I need to get the code coverage report using jacoco. Its like the main project is in github repo A and test code is in github repo B. I am able to get jacocoIT.exec but when I process it with sonar it gives me no code coverage and also doesn't show any LOC details.

I am guessing since I am triggering test from repo B it is not able to get the details about classes for repo A.

Is there any way I can get code coverage for this kind of project ?

Flows
  • 3,675
  • 3
  • 28
  • 52
user3034987
  • 97
  • 10

1 Answers1

0

You may have a look to a similar problem I solved using SonarQube module.

I explained how to set up with a very similar case.

Community
  • 1
  • 1
Flows
  • 3,675
  • 3
  • 28
  • 52