Camunda Process Test Coverage 2.2.0

We’re happy to announce the release of version 2.2.0 of the camunda process test coverage extension.
This version brings a long awaited feature in the form of a Sonarqube plugin.
You heard right. Now you can view your process test coverage in Sonarqube and also fail your quality gate, if your expected coverage is not met.
Also the HTML report is shown inside Sonarqube.
Look here for mor details:

Example for process test coverage

Also there were a lot of dependency updates and some bug fixes.

And we’re happy to say, that we already tested the extension with the upcoming 7.20 and it’ll work without any code changes (obviously you need the correct spring/spring-boot version, but that is defined as provided by the application under test).

5 Likes

Thanks for the notification. Can you share the sonar.process-test-coverage.jsonReportPaths on sonarqube settings? We have separate folders for models, under a parent folder. It would be great if sonar could search and find the models automatically under the subfolders. Thanks in advance

Hi @tunch.
Please create an issue on github:

Will make it easier to track this enhancement.