-
Notifications
You must be signed in to change notification settings - Fork 269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Umbrella] Improve Test Code Coverage for Ignored Classes #641
Comments
The failed coverage for flink connector:
https://github.com/alibaba/fluss/actions/runs/13965170459/job/39093809265 |
I am putting a pr on this |
@gkatzioura Could you please Highlight which class you are targetting, I have already started working on |
Link: #645 (comment) |
@MehulBatra
|
Amazing, Please feel free to create a subissue for the same, and link them with this. |
Search before asking
Description
Our current test code coverage is below the desired threshold, leaving parts of the codebase untested and potentially prone to bugs or regressions. Increasing test coverage is critical to ensuring the reliability, maintainability, and long-term stability of our application.
We have temporarily ignored a lot of classes in the
test-coverage
: https://github.com/alibaba/fluss/blob/main/fluss-test-coverage/pom.xml#L247We need to improve the code coverage by adding unit tests and integration tests around the classes, and remove them from the list.
Willingness to contribute
The text was updated successfully, but these errors were encountered: