• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Qiskit / qiskit / 26519416393
88%
main: 88%

Build:
Build:
LAST BUILD BRANCH: gh-readonly-queue/main/pr-16193-40da0636e94065a43798ff6892adc4f1cc988101
DEFAULT BRANCH: main
Ran 27 May 2026 03:29PM UTC
Jobs 1
Files 944
Run time 3min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

27 May 2026 02:59PM UTC coverage: 87.617% (+0.008%) from 87.609%
26519416393

push

github

web-flow
Fix panic on `1.0` error in `VF2Layout` (#16285)

* Fix panic on `1.0` error in `VF2Layout`

`VF2Layout` and `VF2PostLayout` internally use an `f64` to represent
their score, and they're supposed to be allowed to treat this as fully
ordered by validating that `nan` never enters as an error rate.  This
overlooked that `0 * inf` is `nan`, which was a reachable scoring path
if an error rate was reported as `1.0` (since we actually score using
$\sum -\ln(1 - e)$ and normalise this with $e = 1$ to $\infty$) on a
single-qubit node but didn't use any 1q operations on it.

* Fix degeneracy in test

1 of 1 new or added line in 1 file covered. (100.0%)

8 existing lines in 2 files now uncovered.

108607 of 123957 relevant lines covered (87.62%)

960552.38 hits per line

Coverage Regressions

Lines Coverage ∆ File
6
97.15
-0.47% crates/qasm2/src/parse.rs
2
92.29
0.77% crates/qasm2/src/lex.rs
Jobs
ID Job ID Ran Files Coverage
1 26519416393.1 27 May 2026 03:29PM UTC 944
87.62
GitHub Action Run
Source Files on build 26519416393
  • Tree
  • List 944
  • Changed 5
  • Source Changed 1
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26519416393
  • 0b2cdf2b on github
  • Prev Build on gh-readonly-queue/main/pr-16253-5294c2afeeb182bd55d4f5f4cc7d519e883309c3 (#26518729305)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc