|
Ran
|
Jobs
1
|
Files
827
|
Run time
2min
|
Badge
README BADGES
|
push
github
Fix a bug in `Target::py_instruction_supported` and remove the `py` token parameter (#14765) (#14773) * Remove py token argument from py_instruction_supported This commit removes the py token from py_instruction_supported. `python::with_gil` is still used when the function is called with `operation_class` or with `operation_name` and `parameters`. Also fixed a bug where qargs checking was skipped when the function was called with an operation name and a parameters list that matched an existing instruction, even if the order of qargs differed. * Address review comments (cherry picked from commit 132636541) Co-authored-by: Eli Arbel <46826214+eliarbel@users.noreply.github.com>
7 of 7 new or added lines in 1 file covered. (100.0%)
36 existing lines in 5 files now uncovered.80080 of 91316 relevant lines covered (87.7%)
512029.53 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
93.67 |
-0.24% | crates/qasm2/src/expr.rs |
| 1 |
93.43 |
0.0% | crates/transpiler/src/passes/unitary_synthesis.rs |
| 2 |
73.9 |
-0.08% | crates/circuit/src/symbol_expr.rs |
| 8 |
91.75 |
-1.8% | crates/qasm2/src/lex.rs |
| 24 |
96.15 |
-1.41% | crates/qasm2/src/parse.rs |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 16421697148.1 | 827 |
87.7 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|