|
Ran
|
Jobs
1
|
Files
827
|
Run time
3min
|
Badge
README BADGES
|
push
github
Fix memory leaks in `qk_circuit_get_instruction`. (#14884) (#14906) * Fix memory leaks in qk_circuit_get_instruction. Previously, memory management of Vec was undefined behavior and subject to leak. Also improves qk_circuit_instruction_clear to zero-out the struct fully. * Address review comments. * Add release note. * Apply suggestions from code review --------- (cherry picked from commit f2d4a3578) Co-authored-by: Kevin Hartman <kevin@hart.mn> Co-authored-by: Matthew Treinish <mtreinish@kortar.org>
43 of 48 new or added lines in 1 file covered. (89.58%)
12 existing lines in 4 files now uncovered.80006 of 91206 relevant lines covered (87.72%)
512276.64 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 5 |
81.12 |
0.67% | crates/cext/src/circuit.rs |
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
73.98 |
-0.04% | crates/circuit/src/symbol_expr.rs |
| 1 |
93.67 |
-0.24% | crates/qasm2/src/expr.rs |
| 4 |
92.01 |
0.0% | crates/qasm2/src/lex.rs |
| 6 |
96.15 |
-0.47% | crates/qasm2/src/parse.rs |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 16968689095.1 | 827 |
87.72 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|