Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure correct coverage is reported to Sonarcloud
Since the Gradle upgrade and the associated Sonarqube plugin upgrade, Sonarcloud has been reporting no coverage on the project's main branch. This is due to the Sonarqube plugin no longer executing the test task so have no coverage report available. The relevant pipeline steps are being altered to run the `test` task before the Sonarqube task, and have switched to the new `sonar` name for the task, as well as removing the compile task dependency since this is implicit from the test task and matches the future state of Sonarqube's Gradle plugin.
- Loading branch information