Fix coverage reporting with AZP. (#1273)

ci_coverage
ci_complete
This commit is contained in:
Felix Fontein
2026-06-03 21:39:49 +02:00
committed by GitHub
parent db367985cf
commit f369956247
4 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
- checkout: self
fetchDepth: $(fetchDepth)
path: $(checkoutPath)
- bash: .azure-pipelines/scripts/run-tests.sh "$(entryPoint)" "${{ job.test }}" "$(coverageBranches)"
- bash: .azure-pipelines/scripts/run-tests.sh "$(entryPoint)" "${{ job.test }}" "$(coverageBranches)" "$(Agent.TempDirectory)"
displayName: Run Tests
- bash: .azure-pipelines/scripts/process-results.sh
condition: succeededOrFailed()