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

Qiskit / qiskit / 32233278845
88%

Build:
DEFAULT BRANCH: main
Ran 19 Aug 2026 09:06AM UTC
Jobs 1
Files 955
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

19 Aug 2026 06:40AM UTC coverage: 87.781% (-0.008%) from 87.789%
32233278845

push

github

web-flow
Upgrade `bytemuck` traits on `Qubit`/`Clbit` to `Pod` (#16795)

We previously used a weaker form of this marker (`AnyBitPattern`), which
was suitable for casting from `u32` into `Qubit`/`Clbit`, but the
reverse needed an additional assertion of `NoUninit`.

In fact, `Qubit` and `Clbit` are both `repr(transparent)` around a
_public_ `u32`, so safe Rust code can already make these any `u32`, and
`u32` implements top of the trait tree in `Pod`.  Marking `Qubit` and
`Clbit` as `Pod` in `bytemuck` allows all casts between these types,
without exposing surface that wasn't already possible in safe Rust.

113859 of 129708 relevant lines covered (87.78%)

997113.84 hits per line

Coverage Regressions

Lines Coverage ∆ File
6
91.52
-1.03% crates/qasm2/src/lex.rs
6
97.63
-0.47% crates/qasm2/src/parse.rs
1
90.32
0.0% crates/circuit/src/parameter/parameter_expression.rs
Jobs
ID Job ID Ran Files Coverage
1 32233278845.1 19 Aug 2026 09:06AM UTC 955
87.78
GitHub Action Run
Source Files on build 32233278845
  • Tree
  • List 955
  • Changed 4
  • Source Changed 1
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #32233278845
  • f377130c on github
  • Prev Build on gh-readonly-queue/main/pr-16706-81cce778a7bc02a365f5e6d894983bd6a0f0458f (#32228358348)
  • Next Build on main (#32233300677)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc