Files
superset2/.github/workflows
Claude Code e496fcc0d6 ci(frontend): add core-packages-coverage job to enforce 100% TS coverage
The core:cover Jest script enforces 100% statement/branch/function/line
coverage for packages/**/*.ts but was only run locally. This adds a
dedicated CI job so any PR that drops coverage below 100% fails hard,
without relying on Codecov's carryforward behavior.

After merging, add "core-packages-coverage" to the required status
checks in the master branch protection rules.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-15 15:30:45 -07:00
..