mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
ci: Start collecting code-coverage on every PR (no-changelog) (#11536)
This commit is contained in:
committed by
GitHub
parent
e8757e58f6
commit
d49686c6f2
3
.github/workflows/ci-pull-requests.yml
vendored
3
.github/workflows/ci-pull-requests.yml
vendored
@@ -49,6 +49,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ref: refs/pull/${{ github.event.pull_request.number }}/merge
|
ref: refs/pull/${{ github.event.pull_request.number }}/merge
|
||||||
cacheKey: ${{ github.sha }}-base:build
|
cacheKey: ${{ github.sha }}-base:build
|
||||||
|
collectCoverage: true
|
||||||
|
secrets:
|
||||||
|
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
name: Lint
|
name: Lint
|
||||||
|
|||||||
Reference in New Issue
Block a user