Skip to content

Commit 469da44

Browse files
committed
Remove code coverage from E2E tests entirely
1 parent 2868e8f commit 469da44

File tree

3 files changed

+2
-19
lines changed

3 files changed

+2
-19
lines changed

.ci/e2e_integration_test/pipeline.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,4 @@ steps:
4747
inputs:
4848
testResultsFiles: 'e2e-integration-test-report.xml'
4949
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

.ci/e2e_integration_test/start-e2e.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,5 @@ Write-Host "--------------------------------------------------------------------
9797
Write-Host "Running E2E integration tests..." -ForegroundColor Green
9898
Write-Host "-----------------------------------------------------------------------------`n" -ForegroundColor Green
9999
$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
101101
Write-Host "-----------------------------------------------------------------------------`n" -ForegroundColor Green

.ci/linux_devops_code_coverage_generate.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)