Ran
|
Files
202
|
Run time
6s
|
Badge
README BADGES
|
push
github
Fast forward experimental-0.2 (#1389) * 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 sending the first "s... (continued)
5643 of 7115 relevant lines covered (79.31%)
0.79 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|---|---|---|---|---|---|---|
0.0 | qiskit_ibm_runtime/api/rest/utils/__init__.py | 14 | 1 | 0 | 1 | 0.0 | |
0.0 | qiskit_ibm_runtime/qiskit/primitives/utils.py | 59 | 20 | 0 | 20 | 0.0 | |
0.0 | qiskit_ibm_runtime/api/rest/utils/data_mapper.py | 76 | 23 | 0 | 23 | 0.0 | |
12.28 | qiskit_ibm_runtime/utils/backend_converter.py | 195 | 114 | 14 | 100 | 1.0 | |
27.38 | qiskit_ibm_runtime/api/rest/runtime.py | 241 | 84 | 23 | 61 | 1.0 | |
30.0 | qiskit_ibm_runtime/api/clients/auth.py | 173 | 60 | 18 | 42 | 1.0 | |
32.14 | qiskit_ibm_runtime/utils/queueinfo.py | 167 | 56 | 18 | 38 | 1.0 | |
34.15 | qiskit_ibm_runtime/version.py | 90 | 41 | 14 | 27 | 1.0 | |
38.24 | qiskit_ibm_runtime/utils/converters.py | 240 | 102 | 39 | 63 | 1.0 | |
42.42 | qiskit_ibm_runtime/utils/runner_result.py | 76 | 33 | 14 | 19 | 1.0 |