rusackas opened a new pull request, #38682: URL: https://github.com/apache/superset/pull/38682
### SUMMARY The `codecov/project/core-packages-ts` check has been failing on every PR since [#38361](https://github.com/apache/superset/pull/38361), which added the `GranularExportControls` feature flag to the `FeatureFlag` enum but didn't add corresponding tests. This caused the coverage to drop from 100% to 99.92%. This follows the same pattern as #38518 (which previously achieved 100% coverage): add explicit tests for any new feature flag enum members to keep the `core-packages-ts` coverage check green. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF N/A ### TESTING INSTRUCTIONS - Run `npm run core:cover` in `superset-frontend/` — should pass with 100% coverage - The `codecov/project/core-packages-ts` CI check should go back to 100% ### ADDITIONAL INFORMATION - [ ] Has associated issue: - [ ] Required feature flags: - [ ] Changes UI - [ ] Includes DB Migration - [ ] Introduces new feature or API - [ ] Removes existing feature or API -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
