Open prabodh1194 opened 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 87.77%. Comparing base (
01ef2fc
) to head (f5f50ed
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@KnightChess should I go ahead & add a pre-commit hook for ruff format
?
fair enough. thank you.
@prabodh1194 I created https://github.com/apache/hudi-rs/issues/141 as an extended work for this. If you're interested, feel free to pick it up.
thanks. lemme try.
Description
I am setting up my dev environment in RustRover IDE and wanted to run the pytest from the IDE's command runner. However, the default setup was giving me some issue related to the
.zip
table artifact. To work around this, I have colocated a python script with the artifact so that I can deterministically get the correct path of the corresponding zip file.How are the changes test-covered