|
Ran
|
Jobs
1
|
Files
884
|
Run time
2min
|
Badge
README BADGES
|
push
github
Fix "`BreakLoopOp' object has no attribute 'blocks" bug (#15581) (#15594) * Failing test * Make break_loop and continue_loop instances of ControlFlowOp and implement blocks() and replace_blocks(); fix contact_idle_wires to avoid contracting them * revert the class of break_loop and continue_loop to `instruction` since too many places rely of it * Change `is_control_flow` to exclude break_loop and continue_loop; revert the `break_loop` and `continue_loop` files; linting * The `is_control_flow` fix * revert the pass python file as well - changes not needed * linting * Added release note and simplified `is_control_flow` thanks to PR review * Small release note fix (cherry picked from commit aedc6f0aa) Co-authored-by: gadial <gadial@gmail.com>
6 of 6 new or added lines in 1 file covered. (100.0%)
8 existing lines in 3 files now uncovered.96699 of 109502 relevant lines covered (88.31%)
1204211.24 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
82.3 |
0.0% | crates/circuit/src/parameter/parameter_expression.rs |
| 3 |
72.94 |
-0.08% | crates/circuit/src/parameter/symbol_expr.rs |
| 4 |
92.29 |
0.26% | crates/qasm2/src/lex.rs |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 21207889758.1 | 884 |
88.31 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|