1
0
mirror of https://github.com/mc1arke/sonarqube-community-branch-plugin.git synced 2024-11-24 08:42:28 +02:00
sonarqube-community-branch-.../.github
Michael Clarke 45b667be43 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.
2023-12-31 14:15:42 +00:00
..
ISSUE_TEMPLATE Add a bug report template 2019-06-22 14:08:08 +01:00
workflows Ensure correct coverage is reported to Sonarcloud 2023-12-31 14:15:42 +00:00
dependabot.yml Add basic Dependabot configuration 2021-07-25 14:26:07 +01:00
FUNDING.yml #91: Add ability to donate to the project maintainer 2022-04-05 21:17:11 +01:00