Only upload code coverage data for scheduled CI runs. (#1135)

This commit is contained in:
Felix Fontein 2025-09-29 22:34:57 +02:00 committed by GitHub
parent a3093604fa
commit 8e2056fcb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,6 +27,9 @@ jobs:
with:
change-detection-in-prs: true
upload-codecov: true
upload-codecov-pr: false
upload-codecov-push: false
upload-codecov-schedule: true
max-ansible-core: "2.16"
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}