ci: Update codecov setup (no-changelog) (#9852)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-07-03 10:37:04 +02:00
committed by GitHub
parent 7c53433191
commit 962f0d7134
3 changed files with 13 additions and 4 deletions

View File

@@ -43,7 +43,9 @@ jobs:
ref: ${{ inputs.branch }}
nodeVersion: ${{ matrix.node-version }}
cacheKey: ${{ github.sha }}-base:build
collectCoverage: true
collectCoverage: ${{ matrix.node-version == '20.x' }}
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
lint:
name: Lint