Hi,
We are using SonarQube 8.9.6 community edition.
When we are running Multi-Module-project(Java& Angular),facing some issue with lcov report path issue.
Project structure:
Multi-module-project
Module1
src
pom.xml
Module2
src
pom.xml
pom.xml
sonar-project.properties
We were gave coverage report paths for java & Angular modules as
for java: **/*jacoco.xml
for angular: **/*lcov.info
We were able to get code coverage for java module only on sonarqube dashboard. Wildcard path is working fine for java projects. Fcaing issues with the Angular (LCOV)
In the Jenkins console output getting this below error.
WARN: No coverage information will be saved because all LCOV files cannot be found.
WARN: Provided LCOV file path /*lcov.info. seek file with path: /apps/Jenkins/workspace//*lcov.info
Is Sonarqube community Edition considering the wildcard paths for Lcov.info (For Angular) ?
Quick response is appreciated.
Thanks,
Ediga Naresh Goud.