Yicong-Huang opened a new issue, #5186:
URL: https://github.com/apache/texera/issues/5186
### Task Summary
`codecov.yml` already ignores generated Python protobuf, build output, and
test files. Three more classes of file in this repo are listed under
`paths-ignore` in `.licenserc.yaml` (third-party MIT-licensed code that we
vendored, plus generated TypeScript protobuf), and they should be ignored by
Codecov for the same reason: their coverage figure carries no signal about our
test quality and drags the project denominator down.
Add to `codecov.yml`'s `ignore` list:
- `common/workflow-operator/src/main/scala/com/kjetland/**` — vendored MIT
JSON schema generator.
- `frontend/src/app/common/type/proto/**` — generated TypeScript protobuf
(mirrors the existing `amber/src/main/python/proto/**` rule).
- `frontend/src/app/common/formly/{array,object,multischema,null}.type.ts` —
vendored MIT formly type files.
- `pyright-language-service/src/main.ts`, `language-server-runner.ts`,
`server-commons.ts` — vendored MIT monaco-languageclient code.
### Task Type
- [x] DevOps / Deployment / CI
--
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]