n8n/packages
Declan Carroll 8b93863eee
fix(coverage): Exclude test files, mocks, and .d.ts from coverage collection (no-changelog)
Four sources of noise in coverage scores:
- Jest root config: src/**/*.ts captured test files co-located in __tests__/
  and declaration files (.d.ts) alongside production code
- nodes-base: credentials/**/  nodes/**/ patterns captured 853 .spec.ts files,
  dragging function coverage scores with 0%-covered test code
- Monocart sourceFilter: no .d.ts or test file exclusion after source-map
  expansion in E2E coverage
- vitest-config/frontend CI: src/** (broad) narrowed to src/**/*.{ts,vue}
  to match the local non-CI default

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-06-08 20:30:39 +01:00
..
@n8n fix(coverage): Exclude test files, mocks, and .d.ts from coverage collection (no-changelog) 2026-06-08 20:30:39 +01:00
cli feat(core): Support inline sub-agent difficulty models (#31749) 2026-06-08 16:06:14 +00:00
core refactor(core): Extract factory and finalize request-helpers barrel (no-changelog) (#31913) 2026-06-08 14:18:30 +00:00
extensions/insights chore: Standardize license metadata across all first-party packages and tighten SBOM pipeline (no-changelog) (#31880) 2026-06-08 10:19:32 +00:00
frontend fix(editor): Reset evals pane on workflow switch and gate on AI node (no-changelog) (#31840) 2026-06-08 16:26:08 +00:00
node-dev chore: Standardize license metadata across all first-party packages and tighten SBOM pipeline (no-changelog) (#31880) 2026-06-08 10:19:32 +00:00
nodes-base fix(coverage): Exclude test files, mocks, and .d.ts from coverage collection (no-changelog) 2026-06-08 20:30:39 +01:00
testing fix(coverage): Exclude test files, mocks, and .d.ts from coverage collection (no-changelog) 2026-06-08 20:30:39 +01:00
workflow refactor: Migrate remaining ApplicationError throws in (#31861) 2026-06-08 12:55:07 +00:00