Closed SchulteMarkus closed 2 years ago
Hey @SchulteMarkus can you provide a sample project for me to test with? That makes it easier for me to verify the fix, thanks
Thanks I will have a look
Hey @SchulteMarkus sorry it took a while to get back to you
but I investigated the issue, the issue won't be fixed by using
If forked your example and updated the config you can check it here
The output is now
`
and
`
I hope this resolves your issue
Thanks for your feedback @sh33dafi , I have given it a try - it works!
Locked due to an inactive of 90 days
In my project I am using NPM workspaces for having a monorepo.
My testfiles are in the "test" directories.
The Sonar Generic Test Coverage Report Format requires:
In this case, as I have two sub-packages, two sonar-report.xml files are being created.
But in this case, the
path
for "file" is not relative to the root directory (or absolute) as required by SonarQube. For this reason, SonarQube does not "understand" the sonar-reports.Change request
Please let file-path be relative to the root-directory in a monorepo, too.