Closed randomir closed 1 year ago
Merging #597 (af768f3) into master (cf986df) will increase coverage by
1.05%
. The diff coverage is51.51%
.
@@ Coverage Diff @@
## master #597 +/- ##
==========================================
+ Coverage 87.29% 88.35% +1.05%
==========================================
Files 33 33
Lines 4314 4337 +23
==========================================
+ Hits 3766 3832 +66
+ Misses 548 505 -43
Files | Coverage Δ | |
---|---|---|
dwave/cloud/auth/flows.py | 93.75% <66.66%> (-0.51%) |
:arrow_down: |
dwave/cloud/cli.py | 67.72% <50.00%> (+7.63%) |
: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
We add
--auth
,--project
and--oob
options todwave setup
.We now also skip contrib package(s) install/prompt if all packages are already installed.
Close #591.