mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
ci: Fix code coverage collection (#12443)
This commit is contained in:
committed by
GitHub
parent
39d5e0ff87
commit
f043ff12c6
1
.github/workflows/ci-master.yml
vendored
1
.github/workflows/ci-master.yml
vendored
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user