mirror of
https://github.com/apache/superset.git
synced 2026-05-07 17:04:58 +00:00
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>