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

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