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 c7e1940 commit 667125dCopy full SHA for 667125d
azure-pipelines.yml
@@ -35,10 +35,3 @@ steps:
35
pip install pytest pytest-azurepipelines
36
pytest
37
displayName: 'pytest'
38
-
39
-- task: PublishCodeCoverageResults@2
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