We have tried adding this sonar.testExecutionReportPaths=app/frontend/coverage/sonar-report.xml, coverage/out/test-report*.xml to sonar-project.properties this is failing with unable to find the file coverage/out/test-report*.xml
If the wildcard don’t work with sonar-project.properties, is it possible to update sonar-project.properties dynamically.
[2023-11-16T02:52:24.158Z] sonarqube | ERROR: Error during SonarScanner execution
[2023-11-16T02:52:24.158Z] sonarqube | ERROR: Error during parsing of generic test execution report '/cix/src/coverage/out/**/*.xml'. Look at the SonarQube documentation to know the expected XML format.
[2023-11-16T02:52:24.158Z] sonarqube | ERROR: Caused by: /cix/src/coverage/out/**/*.xml (No such file or directory)
[2023-11-16T02:52:24.158Z] sonarqube | ERROR:
[2023-11-16T02:52:24.158Z] sonarqube | ERROR: Re-run SonarScanner using the -X switch to enable full debug logging.
The remarks for properties that support wildcards will mention this fact. If wildcards are not noted for a given property, then they are not supported for that property.