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

Qiskit / qiskit / 22894222907 / 1
88%
main: 88%

Build:
DEFAULT BRANCH: main
Ran 10 Mar 2026 09:16AM UTC
Files 905
Run time 31s
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

10 Mar 2026 08:21AM UTC coverage: 87.736% (+0.004%) from 87.732%
22894222907.1

push

github

web-flow
Disable implicit cloning `FromPyObject` impl of `PyCircuitData` (#15786)

`CircuitData` is _in general_ a heavy type to extract, and in general it
_shouldn't_ be too easy to accidentally extract it instead of borrowing
it.  This will become more important for correctness (not just
performance) in the future when the `inner` type becomes
`Arc<RwLock<CircuitData>>`, so we don't end up with spurious clones of
the `Arc`, which would be far harder to detect, because there won't be a
performance hit that goes with it; we'd only be able to detect
subsequent problems in runtime threaded code that attempted to do things
like `Arc::get_mut` on Python instances that _should_ have been unique.

101168 of 115310 relevant lines covered (87.74%)

1169421.16 hits per line

Source Files on job 22894222907.1
  • Tree
  • List 905
  • Changed 8
  • Source Changed 4
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 22894222907
  • 972a18e9 on github
  • Prev Job for on main (#22891613032.1)
  • Next Job for on main (#22894395332.1)
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