numaproj / numaflow

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

test: Unit tests code coverage improvement #1781

Closed samhith-kakarla closed 2 months ago

samhith-kakarla commented 3 months ago

just to check coverage improvement. Do not merge

vigith commented 3 months ago

updating the branch since this branch is quite divergent from upstream; i do not see the codecov action.

samhith-kakarla commented 3 months ago

hey quick question, How do i check/enable the codecov action? It seems the report was autogenerated in my last pr

whynowy commented 3 months ago

hey quick question, How do i check/enable the codecov action? It seems the report was autogenerated in my last pr

I will investigate, not sure why some of the PR have the report, some others don't.

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 52.20%. Comparing base (48cad9a) to head (2e031df). Report is 3 commits behind head on main.

Files Patch % Lines
pkg/shared/clients/nats/nats_client.go 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1781 +/- ## ========================================== + Coverage 50.79% 52.20% +1.40% ========================================== Files 279 282 +3 Lines 27187 27274 +87 ========================================== + Hits 13810 14238 +428 + Misses 12568 12196 -372 - Partials 809 840 +31 ```

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