numaproj / numaflow

Kubernetes-native platform to run massively parallel data/streaming jobs
https://numaflow.numaproj.io/
Apache License 2.0
1.29k stars 115 forks source link

chore: add rust formatting check to CI #2117

Closed KeranYang closed 1 month ago

KeranYang commented 1 month ago

Tested by https://github.com/KeranYang/numaflow/pull/115

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 63.75%. Comparing base (3dbed43) to head (39aeee9). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2117 +/- ## ========================================== - Coverage 64.25% 63.75% -0.51% ========================================== Files 324 325 +1 Lines 30650 31186 +536 ========================================== + Hits 19695 19882 +187 - Misses 9913 10269 +356 + Partials 1042 1035 -7 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

vigith commented 1 month ago

We might merge this after the other PR to avoid unnecessary conflicts.

KeranYang commented 1 month ago

Thank you @vigith for taking care of merging!