Ran
|
Jobs
12
|
Files
183
|
Run time
23s
|
Badge
Embed ▾
README BADGES
|
push
github
Fast forward experimental-0.2 to the latest main (#1248) * Migrate fake backends from `qiskit.providers.fake_provider` (#1140) * Migrate fake provider * fix lint * Only migrate backends and fake_provider file to minimize duplication * Add reno * Update snippet to use runtime service --------- Co-authored-by: Kevin Tian <kevin.tian@ibm.com> * Fix BYOB job results bytes typing issue (#1220) * try/except raw result truncation * catch typeError * revert try/except, use response.text * update unit test * Fix fake backends integration test (#1225) * Clean up/fix integration test * Update test case * Fix black * Added deprecation warning when using qiskitrc file (#1219) * Added deprecation warning when using qiskitrc file * Fixed bug whereby deprecation warnings cause failure for all 'qiskit*' modules. Changed warning to deprecation warning. * Release note * Small grammer fix * black --------- Co-authored-by: Kevin Tian <kevin.tian@ibm.com> * Update session.from_id() (#1163) * update session.from_id() * add deprecation warning * add reno * Prepare release 0.15.0 (#1226) * Update main branch 0.16.0 (#1227) * Revert `Session.from_id 0.15.0` changes (#1229) * Revert "Update session.from_id() (#1163)" This reverts commit 8fa0472e1. * add reno * Prepare release 0.15.1 (#1230) * Update main branch to 0.16.0 again (#1232) * Remove all code related to custom programs (#1192) * initial removal * cleanup more files * move result_decoder * fix lint * update unit tests * update integration tests * more docs changes * release note * fix path --------- Co-authored-by: Jessie Yu <jessieyu@us.ibm.com> * Make sessions thread safe (#1196) * Make sessions thread safe. The lock prevents other threads from sending new jobs to the service only if the session hasnot been setup yet. I.e.: when se... (continued)
25 of 1005 new or added lines in 111 files covered. (2.49%)
7 existing lines in 3 files now uncovered.3100 of 5971 relevant lines covered (51.92%)
6.11 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
75.25 |
-0.5% | qiskit_ibm_runtime/utils/json.py |
2 |
73.65 |
-0.72% | qiskit_ibm_runtime/runtime_job.py |
4 |
79.19 |
12.07% | qiskit_ibm_runtime/qiskit_runtime_service.py |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|