|
Ran
|
Jobs
1
|
Files
827
|
Run time
2min
|
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%)
13 existing lines in 4 files now uncovered.80027 of 91206 relevant lines covered (87.74%)
512520.88 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 5 |
81.12 |
0.67% | crates/cext/src/circuit.rs |
| 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 |
| 3 |
93.04 |
1.03% | crates/qasm2/src/lex.rs |
| 8 |
73.69 |
-0.34% | crates/circuit/src/symbol_expr.rs |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 16969496068.1 | 827 |
87.74 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|