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

Qiskit / qiskit / 27366064930
88%

Build:
DEFAULT BRANCH: main
Ran 11 Jun 2026 06:18PM UTC
Jobs 1
Files 947
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

11 Jun 2026 05:15PM UTC coverage: 87.49% (-0.001%) from 87.491%
27366064930

push

github

web-flow
Add C ABI compatibility check to CI (#16302)

The aim here is to trigger a CI failure if a change to the slots listing
on the current branch would violate the semver policy.  We use a
"blessed" file as the base of comparison, which is the simplest to
implement.

Possible alternatives were:

- check out the version of Qiskit we want to compare against, generate
  the two files on the fly, and compare.  This is problematic because
  Qiskit v2.4 doesn't have the `show-slots` command, so we'd have to
  patch it, and we'd be doing two separate compilations.

- check out the version of Qiskit we want to compare against, then patch
  in dependencies on two separate version of `qiskit-cext-vtable` and
  compare in memory.  This felt very messy, and I'm not even sure how
  feasible it is.

Having the blessed file also provides us an escape valve if we need to
make changes that the linter wouldn't permit; we can just edit the file
manually, and track that we did that in the commit log.

110861 of 126713 relevant lines covered (87.49%)

955871.27 hits per line

Coverage Regressions

Lines Coverage ∆ File
6
91.77
-0.51% crates/qasm2/src/lex.rs
1
91.03
0.0% crates/circuit/src/parameter/parameter_expression.rs
Jobs
ID Job ID Ran Files Coverage
1 27366064930.1 11 Jun 2026 06:18PM UTC 947
87.49
GitHub Action Run
Source Files on build 27366064930
  • Tree
  • List 947
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27366064930
  • a0976379 on github
  • Prev Build on gh-readonly-queue/main/pr-16176-6af9c950cb97c91257f20e53d486f62345f4722b (#27347526068)
  • Next Build on main (#27414907845)
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