I am not sure how to push different coverages (Unit Tests, Integration Tests , ReadyAPI test coverage) on SonarQube Dashboard for a single project
Each time I publish one coverage it overrides the last coverage
Can someone please look & tell me the solution
Analyses are not additive. Each subsequent analysis replaces the one before it. To have multiple reports (of any type) processed and shown together you must include / pass them all in the same analysis.