|
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%)
26 existing lines in 3 files now uncovered.80083 of 91316 relevant lines covered (87.7%)
511464.48 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 6 |
73.73 |
-0.25% | crates/circuit/src/symbol_expr.rs |
| 8 |
91.75 |
-1.8% | crates/qasm2/src/lex.rs |
| 12 |
96.62 |
-0.94% | crates/qasm2/src/parse.rs |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 16421117667.1 | 827 |
87.7 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|