Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ci/e2e_integration_test/start-e2e.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@ Write-Host "--------------------------------------------------------------------
Write-Host "Running E2E integration tests..." -ForegroundColor Green
Write-Host "-----------------------------------------------------------------------------`n" -ForegroundColor Green
$env:CORE_TOOLS_EXE_PATH = "$funcExePath"
pytest --junitxml=e2e-integration-test-report.xml --cov=./azure_functions_worker --cov-branch --cov-append tests/endtoend --cov-report xml --cov-report html
pytest --junitxml=e2e-integration-test-report.xml --reruns 4 tests/endtoend
Write-Host "-----------------------------------------------------------------------------`n" -ForegroundColor Green