Support ci_coverage and ci_complete in GHA; handle affected unstable tests correctly in PRs. (#1275)

This commit is contained in:
Felix Fontein
2026-06-05 06:15:53 +02:00
committed by GitHub
parent f369956247
commit c5a5d7c337
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -35,5 +35,6 @@ jobs:
upload-codecov-pr: false
upload-codecov-push: false
upload-codecov-schedule: true
allow-coverage-cd-override: true
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}