dwavesystems / dwave-cloud-client

A minimal implementation of the REST interface used to communicate with D-Wave Solver API (SAPI) servers.
https://docs.ocean.dwavesys.com/projects/cloud-client/en/stable/
Apache License 2.0
59 stars 40 forks source link

Refactor/split utils into submodules #628

Closed randomir closed 3 months ago

randomir commented 3 months ago

Related to #437.

Enables import time optimization.

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 91.22137% with 46 lines in your changes missing coverage. Please review.

Project coverage is 88.41%. Comparing base (7bc2a1d) to head (f577411). Report is 158 commits behind head on master.

Files with missing lines Patch % Lines
dwave/cloud/solver.py 31.57% 13 Missing :warning:
dwave/cloud/utils/cli.py 78.04% 9 Missing :warning:
dwave/cloud/utils/logging.py 90.32% 9 Missing :warning:
dwave/cloud/utils/dist.py 63.63% 8 Missing :warning:
dwave/cloud/cli.py 77.77% 2 Missing :warning:
dwave/cloud/utils/decorators.py 98.78% 2 Missing :warning:
dwave/cloud/utils/coders.py 96.55% 1 Missing :warning:
dwave/cloud/utils/http.py 98.03% 1 Missing :warning:
dwave/cloud/utils/qubo.py 97.43% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #628 +/- ## ========================================== + Coverage 88.22% 88.41% +0.18% ========================================== Files 33 42 +9 Lines 4527 4558 +31 ========================================== + Hits 3994 4030 +36 + Misses 533 528 -5 ```

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