SonarQube has a generic test execution report format [1]
<testExecutions version="1">
<file path="testx/ClassOneTest.xoo">
<testCase name="test1" duration="5"/>
<testCase name="test2" duration="500">
<skipped message="short message">other</skipped>
</testCase>
<testCase name="test3" duration="100">
<failure message="short">stacktrace</failure>
</testCase>
<testCase name="test4" duration="500">
<error message="short">stacktrace</error>
</testCase>
</file>
</testExecutions>
If d-unit could also produce a report in this format, the results can directly be imported
into SonarQube.
PS. At the moment SonarQube fails if in attribute "path" a file with extension ".d" is specified.
I opened a ticket on SonarQube, they will fix this issue.
[1] https://docs.sonarqube.org/latest/analysis/generic-test/
SonarQube has a generic test execution report format [1]
If d-unit could also produce a report in this format, the results can directly be imported
into SonarQube.
PS. At the moment SonarQube fails if in attribute "path" a file with extension ".d" is specified.
I opened a ticket on SonarQube, they will fix this issue.
[1] https://docs.sonarqube.org/latest/analysis/generic-test/