Skip to content
Prev Previous commit
Removing the JacocoRpeort bit from yaml
  • Loading branch information
rishavs committed Nov 26, 2018
commit 4fe5d32ff0899891367d6537d5c4cd6860791f7f
2 changes: 1 addition & 1 deletion azure-pipelines.Gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ steps:
jdkArchitectureOption: 'x64'
publishJUnitResults: true
testResultsFiles: '**/TEST-*.xml'
tasks: 'build jacocoTestReport'
tasks: 'build'

# Publish Cobertura or JaCoCo code coverage results from a build
- task: PublishCodeCoverageResults@1
Expand Down