mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
ci: Setup code-coverage reporting (no-changelog) (#5669)
This commit is contained in:
committed by
GitHub
parent
5f238ea641
commit
3831201aaf
5
.github/workflows/ci-master.yml
vendored
5
.github/workflows/ci-master.yml
vendored
@@ -35,6 +35,11 @@ jobs:
|
||||
- name: Test
|
||||
run: pnpm test
|
||||
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v3
|
||||
with:
|
||||
files: packages/cli/coverage/cobertura-coverage.xml,packages/nodes-base/coverage/cobertura-coverage.xml,packages/core/coverage/cobertura-coverage.xml,packages/workflow/coverage/cobertura-coverage.xml
|
||||
|
||||
- name: Lint
|
||||
env:
|
||||
CI_LINT_MASTER: true
|
||||
|
||||
Reference in New Issue
Block a user