|
Ran
|
Jobs
1
|
Files
950
|
Run time
2min
|
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>
112791 of 128695 relevant lines covered (87.64%)
998668.92 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 12 |
97.15 |
-0.95% | crates/qasm2/src/parse.rs |
| 3 |
74.31 |
-0.12% | crates/circuit/src/parameter/symbol_expr.rs |
| 3 |
92.8 |
0.26% | crates/qasm2/src/lex.rs |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 29106301557.1 | 950 |
87.64 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|