We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b1d5d commit d41d699Copy full SHA for d41d699
azure-pipelines.yml
@@ -35,3 +35,10 @@ steps:
35
pip install pytest pytest-azurepipelines
36
pytest
37
displayName: 'pytest'
38
+
39
+- task: PublishCodeCoverageResults@1
40
+ inputs:
41
+ codeCoverageTool: "JaCoCo"
42
+ summaryFileLocation: "$(System.DefaultWorkingDirectory)/**/site/jacoco/jacoco.xml"
43
+ reportDirectory: "$(System.DefaultWorkingDirectory)/**/site/jacoco"
44
+ failIfCoverageEmpty: true
0 commit comments