0

I am using jacoco maven plugin to generate a code coverage reports. I am looking for a solution, in most of the blogs both unit and integration testcases are located in same application. I would like to have my unit testcases in one application and QE test scripts in different application and finally I have to merge my code coverage reports from unit testing and integration testing reports

Example:

  • Project A --> Contains application source code and unit tescases.
  • Project B --> Contains only integration testscripts.
Honza Zidek
  • 9,204
  • 4
  • 72
  • 118
user3355101
  • 231
  • 6
  • 15
  • What exactly is your question and your problem ? merging reports ? getting them to work in sonarqube ? please make a precise question. – benzonico Mar 24 '16 at 10:45
  • A hosted solution like Codecov may accomplish you needs. I'm happy to elaborate once you answer @benzonico comment above – Steve Peak Mar 24 '16 at 17:21
  • Hi benzonico, i want my both integration and unit testcases results in my sonarqube dashboard. My unit testcases are there in one project and integration testcases are in another project. – user3355101 Mar 31 '16 at 06:41

0 Answers0