diff options
Diffstat (limited to 'server/sonar-docs/src/pages/analysis/test-coverage/java-test-coverage.md')
-rw-r--r-- | server/sonar-docs/src/pages/analysis/test-coverage/java-test-coverage.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-docs/src/pages/analysis/test-coverage/java-test-coverage.md b/server/sonar-docs/src/pages/analysis/test-coverage/java-test-coverage.md index 59bbdaafcf9..a82dcffc5fc 100644 --- a/server/sonar-docs/src/pages/analysis/test-coverage/java-test-coverage.md +++ b/server/sonar-docs/src/pages/analysis/test-coverage/java-test-coverage.md @@ -10,7 +10,7 @@ Instead, you must set up a third-party tool to produce the report as part of you You then need to configure your analysis to tell the SonarScanner where the report is located so that it can pick it up and send it to SonarQube, where it will be displayed on your project dashboard along with the other analysis metrics. For Java projects, SonarQube directly supports the JaCoCo coverage tool -(see [Generic Test Data](/analysis/test-coverage/generic-test/) for information on integrating other coverage tools). +(see [Generic Test Data](/analysis/generic-test/) for information on integrating other coverage tools). ## Adjust your setup |