File tree Expand file tree Collapse file tree 3 files changed +2
-19
lines changed Expand file tree Collapse file tree 3 files changed +2
-19
lines changed Original file line number Diff line number Diff line change @@ -47,14 +47,4 @@ steps:
47
47
inputs :
48
48
testResultsFiles : ' e2e-integration-test-report.xml'
49
49
testRunTitle : ' Publish Python Worker E2E Test Result'
50
- failTaskOnFailedTests : true
51
- - bash : |
52
- chmod +x $(Build.SourcesDirectory)/.ci/linux_devops_code_coverage_generate.sh
53
- $(Build.SourcesDirectory)/.ci/linux_devops_code_coverage_generate.sh
54
- - task : PublishCodeCoverageResults@1
55
- displayName : ' Publish Code Coverage Result'
56
- condition : succeededOrFailed()
57
- inputs :
58
- codeCoverageTool : cobertura
59
- summaryFileLocation : coverage.xml
60
- # pathToSources: '$(Build.SourcesDirectory)/azure_functions_worker'
50
+ failTaskOnFailedTests : true
Original file line number Diff line number Diff line change @@ -97,5 +97,5 @@ Write-Host "--------------------------------------------------------------------
97
97
Write-Host " Running E2E integration tests..." - ForegroundColor Green
98
98
Write-Host " -----------------------------------------------------------------------------`n " - ForegroundColor Green
99
99
$env: CORE_TOOLS_EXE_PATH = " $funcExePath "
100
- coverage run - m pytest -- junitxml= e2e- integration- test-report .xml -- reruns 4 tests/ endtoend
100
+ pytest -- junitxml= e2e- integration- test-report .xml -- reruns 4 tests/ endtoend
101
101
Write-Host " -----------------------------------------------------------------------------`n " - ForegroundColor Green
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments