opiproject / pydpu

Python library and cli to communicate with DPUs and IPUs
Apache License 2.0
5 stars 8 forks source link

feat: add backend nvme classes #185

Closed artek-koltun closed 7 months ago

codecov[bot] commented 7 months ago

Codecov Report

Attention: 728 lines in your changes are missing coverage. Please review.

Comparison is base (36882b8) 34.92% compared to head (0a602ce) 32.34%. Report is 3 commits behind head on main.

Files Patch % Lines
pydpu/proto/v1/frontend_nvme_pb2.py 1.87% 262 Missing :warning:
pydpu/proto/v1/backend_nvme_pb2.py 2.48% 196 Missing :warning:
pydpu/proto/v1/ipsec_pb2.py 4.50% 106 Missing :warning:
pydpu/storage.py 27.58% 63 Missing :warning:
pydpu/proto/v1/opicommon_pb2.py 7.93% 58 Missing :warning:
pydpu/proto/v1/inventory_pb2.py 16.12% 26 Missing :warning:
pydpu/proto/v1/ipsec_pb2_grpc.py 28.57% 10 Missing :warning:
pydpu/ipsec.py 14.28% 6 Missing :warning:
pydpu/proto/v1/inventory_pb2_grpc.py 80.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #185 +/- ## ========================================== - Coverage 34.92% 32.34% -2.58% ========================================== Files 27 28 +1 Lines 1947 2365 +418 ========================================== + Hits 680 765 +85 - Misses 1267 1600 +333 ```

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