Browse Source

DOCS drop jacoco from main analysis params list

Now that we have a dedicated page to list all the coverage import parameters, let's drop the single one that had made it into the main list.
tags/7.7
G. Ann Campbell 5 years ago
parent
commit
353f06ad29
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      server/sonar-docs/src/pages/analysis/analysis-parameters.md

+ 0
- 1
server/sonar-docs/src/pages/analysis/analysis-parameters.md View File

@@ -73,7 +73,6 @@ Key | Description | Default
`sonar.scm.provider` | This property can be used to explicitly tell {instance} which SCM plugin should be used to grab SCM data on the project (in case auto-detection does not work). The value of this property is always lowercase and depends on the plugin (ex. "tfvc" for the TFVC plugin). Check the documentation page of each plugin for more. |
`sonar.scm.forceReloadAll` | By default, blame information is only retrieved for changed files. Set this property to `true` to load blame information for all files. This can be useful is you feel that some SCM data is outdated but {instance} does not get the latest information from the SCM engine. |
`sonar.scm.exclusions.disabled`| For supported engines, files ignored by the SCM, i.e. files listed in `.gitignore`, will automatically be ignored by analysis too. Set this property to `true` to disable that feature.|
`sonar.coverage.jacoco.xmlReportPaths` | Import JaCoCo code coverage reports provided as XML files. This property accepts multiple, comma-delimited entries. The JaCoCo XML report must be generated prior to analysis. | `target/site/jacoco/jacoco.xml` `build/reports/jacoco/test/jacocoTestReport.xml` |


### Duplications

Loading…
Cancel
Save