|
Ran
|
Jobs
1
|
Files
789
|
Run time
2min
|
Badge
README BADGES
|
push
github
fixed quotes in README.md (#14281) (#14285) prior, quotes around `"meas"` in the README.md file were not escaped properly, leading to the following error when running the code ```shell ... print(f" > Counts: {result[0].data["meas"].get_counts()}") ^^^^ SyntaxError: f-string: unmatched '[' ``` changed quotes to single quotes (that don't need to be escaped) versions: * python 3.10 * qiskit 2.0.0 (cherry picked from commit 9b660772a) Co-authored-by: ClaytonNorthey92 <clayton.northey@gmail.com>
72871 of 82726 relevant lines covered (88.09%)
356868.81 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
94.79 |
0.0% | crates/accelerate/src/unitary_synthesis.rs |
| 7 |
91.23 |
-1.0% | crates/qasm2/src/lex.rs |
| 18 |
96.68 |
-1.39% | crates/qasm2/src/parse.rs |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 14803329850.1 | 789 |
88.09 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|