qiqb-osaka / quri-parts-riqu

QURI Parts riqu is a support library for using quantum computers provided by the cloud server with riqu (Rest Interface for QUantum computing) interface.
Apache License 2.0
1 stars 1 forks source link

Add job_type to the return value of get-job API #26

Closed SECuchida closed 2 weeks ago

SECuchida commented 3 weeks ago

Add job_type to the return value of get-job API (/jobs/{job_id}).

sonarcloud[bot] commented 3 weeks ago

Quality Gate Failed Quality Gate failed

Failed conditions
5.7% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Files with missing lines Coverage Δ
quri_parts/riqu/backend/sampling.py 91.00% <100.00%> (ø)
snuffkin commented 2 weeks ago

The failed in SonarCloud was a duplicate test code, so we merge it.