You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However the reports are being generated with file paths missing the 1st character no matter how I terminate the cli properties or reorganize my folder structure. I'm tried enclosing with both single and double qoutes.
This happens with all the cobertura report, sonar coverage and sonar test reports that I've tried.
But this doesnt work for sonarqube server instance as the / infront of the filepath is not recognized and sonarqube cannot see the files listed and no coverage report is generated.
The text was updated successfully, but these errors were encountered:
I'm using the cli to execute my tests and generate my reports, example:
However the reports are being generated with file paths missing the 1st character no matter how I terminate the cli properties or reorganize my folder structure. I'm tried enclosing with both single and double qoutes.
This happens with all the cobertura report, sonar coverage and sonar test reports that I've tried.
The only work around so far is to add absolute pathing, e.g. './src'. This generates the following
But this doesnt work for sonarqube server instance as the / infront of the filepath is not recognized and sonarqube cannot see the files listed and no coverage report is generated.
The text was updated successfully, but these errors were encountered: