Yicong-Huang opened a new pull request, #5187: URL: https://github.com/apache/texera/pull/5187
### What changes were proposed in this PR? `codecov.yml` already ignores generated Python protobuf, build output, and test files. `.licenserc.yaml` exempts a third set of paths from its header check on the basis that we don't maintain them — vendored MIT code and the frontend protobuf TS codegen. Their coverage figures carry no signal about Texera's test quality, but they sit in the project denominator and drag the headline percentage down. Mirror those entries in Codecov's `ignore` list so the rollup reflects only code we own. ### Any related issues, documentation, discussions? Closes #5186. The ignored paths match the corresponding `paths-ignore` entries in `.licenserc.yaml`. ### How was this PR tested? `codecov.yml` parses as valid YAML; every concrete path in the new entries resolves to a real file on `main`. Codecov re-evaluates the config on the next upload to `main`. ### Was this PR authored or co-authored using generative AI tooling? Generated-by: Claude Opus 4.7 -- 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]
