DanielSwift1992 opened a new pull request, #43438:
URL: https://github.com/apache/superset/pull/43438
### SUMMARY
`.codecov.yml` ignores two patterns that match nothing in the tree:
- `superset-frontend/packages/superset-ui-demo/**/*` (the package was
removed in 981b370fe9, February 2026)
- `**/*.stories.jsx` (no `.stories.jsx` files remain since the same commit,
stories are `.tsx` now and the `**/*.stories.tsx` line above already covers
them)
### TESTING INSTRUCTIONS
ls superset-frontend/packages | grep ui-demo # empty
git ls-files '*.stories.jsx' # empty
### ADDITIONAL INFORMATION
I found this mismatch in your repo while analyzing public data with my tool:
https://github.com/DanielSwift1992/gate. If you need more details, happy to
share.
--
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]