|
Ran
|
Jobs
1
|
Files
867
|
Run time
2min
|
Badge
README BADGES
|
push
github
Raise exception not panic on bad `ConsolidateBlocks` input (#15110) (#15218) This doesn't change the fact that the input is incorrect, but we shouldn't be making Rust-space panicking assertions on invalid inputs that are fed in (potentially) from the user. We can do that if it would _purely_ be an internal logic error from within Qiskit, but this case can just be a legitimate user mistake. (cherry picked from commit 72374a702) Co-authored-by: Jake Lishman <jake.lishman@ibm.com>
22 of 22 new or added lines in 1 file covered. (100.0%)
11 existing lines in 3 files now uncovered.92384 of 104491 relevant lines covered (88.41%)
551488.88 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 2 |
73.15 |
0.04% | crates/circuit/src/parameter/symbol_expr.rs |
| 3 |
92.27 |
0.77% | crates/qasm2/src/lex.rs |
| 6 |
96.62 |
0.47% | crates/qasm2/src/parse.rs |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 18657235584.1 | 867 |
88.41 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|