From 718134392989ee70322722fb9b9dd17adf218aba Mon Sep 17 00:00:00 2001 From: Gary Tierney Date: Thu, 6 Feb 2020 00:14:56 +0000 Subject: [PATCH] Remove custom JaCoCo task from CI runner --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2167045f..dd917434 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -29,7 +29,7 @@ steps: jdkArchitectureOption: 'x64' publishJUnitResults: true testResultsFiles: '**/TEST-*.xml' - tasks: 'check jacocoTestReport sonarqube' + tasks: 'check sonarqube' - script: | ./gradlew --stop