|
Ran
|
Jobs
1
|
Files
884
|
Run time
2min
|
Badge
README BADGES
|
push
github
Reduce size of increment synthesis test (#15532) (#15546) The previous test involved synthesising huge matrices in a Rust debug-mode build, which took nearly 5 minutes even on a rather powerful Macbook Pro. This is disproportionate to the value the test was providing. If this causes a significant coverage loss, we can look at either testing it only with release builds, or add a slow-test marker for Rust space as well. (cherry picked from commit 94f5c3206) Co-authored-by: Jake Lishman <jake.lishman@ibm.com>
1 of 1 new or added line in 1 file covered. (100.0%)
17 existing lines in 5 files now uncovered.96631 of 109442 relevant lines covered (88.29%)
1205802.9 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
82.3 |
0.0% | crates/circuit/src/parameter/parameter_expression.rs |
| 1 |
93.82 |
-0.24% | crates/qasm2/src/expr.rs |
| 1 |
93.32 |
-0.09% | crates/transpiler/src/passes/unitary_synthesis.rs |
| 6 |
92.29 |
-0.51% | crates/qasm2/src/lex.rs |
| 8 |
73.06 |
-0.25% | crates/circuit/src/parameter/symbol_expr.rs |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 20919968658.1 | 884 |
88.29 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|