Skip to content

Commit 667125d

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent c7e1940 commit 667125d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,3 @@ steps:
3535
pip install pytest pytest-azurepipelines
3636
pytest
3737
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

Comments
 (0)