Closed venkatajagannath closed 1 month ago
Attention: Patch coverage is 97.29730%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 96.44%. Comparing base (
48b9785
) to head (27a2020
). Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
ray_provider/operators/ray.py | 95.65% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR fixes a bug for cleaning up cluster resources when they are no longer required.
We make 2 changes --
Also added additional unit tests for both operator & trigger to ensure high code coverage.