Ran
|
Jobs
1
|
Files
817
|
Run time
1min
|
Badge
Embed ▾
README BADGES
|
github
Deduplicate SliceOrInt (#11844) * Deduplicate SliceOrInt After doing some post-merge analysis on the impact of #11842 it turns out the enum being modified in that PR was duplicated in the rust code unnecessarily. The same enum was already defined in the euler_one_qubit_decomposer module for it's custom 1 qubit gate sequence return type. This commit updates the code so it just use the one defined in the circuit data module that has the fix from #11842 applied already. * Move enum to common location (cherry picked from commit 802ac5133)
1 of 1 new or added line in 1 file covered. (100.0%)
15 existing lines in 2 files now uncovered.58897 of 65970 relevant lines covered (89.28%)
188123.42 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
6 |
97.62 |
0.0% | crates/qasm2/src/parse.rs |
9 |
90.68 |
-2.27% | crates/qasm2/src/lex.rs |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 7992738079.1 | 817 |
89.28 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|