Publish code coverage from Azure CI

This commit is contained in:
Gary Tierney
2019-07-16 17:37:58 +01:00
parent 28a4752f47
commit 37e20c9a25
2 changed files with 8 additions and 4 deletions
-2
View File
@@ -7,8 +7,6 @@ addons:
organization: "apollo-rsps"
after_success:
- ./gradlew jacocoTestReport
- bash <(curl -s https://codecov.io/bash)
- git fetch --unshallow
- ./gradlew -Dsonar.host.url=https://sonarcloud.io -Dsonar.login="$SONAR_TOKEN" sonarqube
before_cache: