Created
June 7, 2022 06:30
-
-
Save Mishco/a8de9def8b314e8c11befeb1c59f48b5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
addons: | |
sonarcloud: | |
organization: "NAME_YOUR_SONARCLOUD_ORGANZITION" | |
token: | |
secure: $SONAR_TOKEN | |
script: | |
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar -Dsonar.host.url=https://sonarcloud.io |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment