ci: Start collecting code-coverage on every PR (no-changelog) (#11536)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™ 2024-11-04 15:08:04 +01:00 committed by GitHub
parent e8757e58f6
commit d49686c6f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,6 +49,9 @@ jobs:
with:
ref: refs/pull/${{ github.event.pull_request.number }}/merge
cacheKey: ${{ github.sha }}-base:build
collectCoverage: true
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
lint:
name: Lint