I would like to know if anyone else has already used Sonar
to do test coverage analysis, I have the following problem, I have two projects.
Project A : This is implemented in my tests, using Selenium + Testng
Project B : It is a project where I want to evaluate the coverage of the tests. >
I would like to know if there is any way to set Sonar
so that when running project A , the coverage analysis is done on project code B?