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

Fix partial resource decoration with `@accepts` #548

Closed randomir closed 1 year ago

randomir commented 1 year ago

Fix #544.

codecov[bot] commented 1 year ago

Codecov Report

Merging #548 (4a819a4) into master (40e58d0) will increase coverage by 0.06%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #548      +/-   ##
==========================================
+ Coverage   86.60%   86.67%   +0.06%     
==========================================
  Files          24       24              
  Lines        3471     3474       +3     
==========================================
+ Hits         3006     3011       +5     
+ Misses        465      463       -2     
Impacted Files Coverage Δ
dwave/cloud/api/client.py 92.93% <100.00%> (+0.07%) :arrow_up:
dwave/cloud/api/resources.py 94.76% <100.00%> (+0.03%) :arrow_up:

... and 1 file with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more