|
Ran
|
Jobs
1
|
Files
915
|
Run time
2min
|
Badge
README BADGES
|
push
github
Address BackendV1 deprecation warning oversights (#13868) * Add missing deprecation warnings from BackendV1 deprecation. Address tests. * Raise deprecated input type warnings manually, add stacklevel argument to deprecate_arg. * Fix typo in deprecation message * Add filter for obj_id warning triggered by qiskit-aer returning a Result object. * Assert warnings on visual tests * Fix lint * Revert "Add filter for obj_id warning triggered by qiskit-aer returning a Result object." This reverts commit 8e64ea0ed. * Deprecate use of positional arguments in Result. The result class is normally instantiated using from_dict so all arguments are already treated as kwargs. Additionally, warn about qobj_id going away also as a kwarg in 2.0 * Can't count * Fix typo and add deprecation tests for positional args in Result * Fix strange deprecation warning trace that made it difficult to filter warnings * Fix redundant assertions * Add reno and deprecation warning to result docs * Fix lint * Fix ambiguity * Extend docstring * Change attributes to args
57 of 70 new or added lines in 10 files covered. (81.43%)
17 existing lines in 4 files now uncovered.79383 of 89347 relevant lines covered (88.85%)
357352.8 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 2 |
0.0 |
0.0% | qiskit/providers/models/jobstatus.py |
| 5 |
85.62 |
-0.56% | qiskit/result/result.py |
| 6 |
6.85 |
0.46% | qiskit/visualization/gate_map.py |
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
93.21 |
0.0% | crates/accelerate/src/unitary_synthesis.rs |
| 1 |
6.85 |
0.46% | qiskit/visualization/gate_map.py |
| 3 |
92.23 |
-0.25% | crates/qasm2/src/lex.rs |
| 12 |
97.15 |
-0.92% | crates/qasm2/src/parse.rs |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 13444670294.1 | 915 |
88.85 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|