|
Ran
|
Jobs
1
|
Files
950
|
Run time
3min
|
Badge
README BADGES
|
push
github
Vendor maths constants not in strict C11 (#16561) (#16566) Technically these are unrequired extensions to the C spec. Explicitly listing them in our own test harness is a trade-off between convenience in writing our tests, and entire strict C11 compliance. CI and local runs typically pass without this change because `gcc`, `clang` and MSVC all default to being a bit more permissive than the spec requires. (cherry picked from commit 4537b3576) Co-authored-by: Jake Lishman <jake.lishman@ibm.com>
112779 of 128695 relevant lines covered (87.63%)
999779.77 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 18 |
96.68 |
-1.42% | crates/qasm2/src/parse.rs |
| 7 |
91.26 |
-1.29% | crates/qasm2/src/lex.rs |
| 3 |
74.31 |
-0.12% | crates/circuit/src/parameter/symbol_expr.rs |
| 1 |
90.36 |
0.0% | crates/circuit/src/parameter/parameter_expression.rs |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 29107806999.1 | 950 |
87.63 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|