ci: Fix code coverage collection (#12443)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2025-01-06 11:34:57 +01:00
committed by GitHub
parent 39d5e0ff87
commit f043ff12c6
4 changed files with 72 additions and 5 deletions

View File

@@ -47,6 +47,7 @@ jobs:
nodeVersion: ${{ matrix.node-version }}
cacheKey: ${{ github.sha }}-base:build
collectCoverage: ${{ matrix.node-version == '20.x' }}
ignoreTurboCache: ${{ matrix.node-version == '20.x' }}
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}