|
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%)
37 existing lines in 3 files now uncovered.79364 of 89347 relevant lines covered (88.83%)
359467.4 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 |
6.85 |
0.46% | qiskit/visualization/gate_map.py |
| 6 |
91.73 |
-0.75% | crates/qasm2/src/lex.rs |
| 30 |
95.77 |
-2.31% | crates/qasm2/src/parse.rs |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 13445159878.1 | 915 |
88.83 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|