bellingard commented on a change in pull request #44: TAMAYA-277 adjust sonar configuration URL: https://github.com/apache/incubator-tamaya/pull/44#discussion_r277570411
########## File path: .travis.yml ########## @@ -16,8 +16,10 @@ jdk: # srcclr: true addons: sonarcloud: - organization: "apache" + organization: apache + script: # other script steps might be done before running the actual analysis - - sonar-scanner -# - mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install sonar:sonar Review comment: This line is actually the one which should work out of the box, with JaCoCo being activated to get coverage reports. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
