Ran
|
Jobs
1
|
Files
1260
|
Run time
35s
|
Badge
Embed ▾
README BADGES
|
push
github
Fail gracefully on bad `SabreDAG` construction (#10724) (#10769) * Fail gracefully on bad `SabreDAG` construction This is a private, internal Rust type, but it doesn't cost us anything (meaningful) to bounds-check the accessors and ensure we fail gracefully rather than panicking if we ever make a mistake in Python space. This more faithfully fulfills the return value of `SabreDAG::new`, which previously was an effectively infallible `Result`. * Run `cargo fmt` (cherry picked from commit 1606ca354) Co-authored-by: Jake Lishman <jake@binhbar.com>
16 of 16 new or added lines in 1 file covered. (100.0%)
74123 of 84962 relevant lines covered (87.24%)
61065.51 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
8 |
85.45 |
-14.55% | crates/accelerate/src/sabre_swap/sabre_dag.rs |
Lines | Coverage | ∆ | File |
---|---|---|---|
3 |
93.75 |
-6.25% | qiskit/pulse/library/waveform.py |
4 |
90.89 |
0.0% | crates/qasm2/src/lex.rs |
12 |
97.13 |
-0.93% | crates/qasm2/src/parse.rs |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 6084880632.1 | 1260 |
87.24 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|