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

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

Build:
Build:
LAST BUILD BRANCH: fix-15509-substitute-node-variables
DEFAULT BRANCH: main
Ran 10 Mar 2026 08:52AM UTC
Files 905
Run time 29s
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.715% (-0.02%) from 87.732%
22893443469.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.

101144 of 115310 relevant lines covered (87.71%)

1170694.92 hits per line

Source Files on job 22893443469.1
  • Tree
  • List 905
  • Changed 7
  • Source Changed 4
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 22893443469
  • 972a18e9 on github
  • Prev Job for on gh-readonly-queue/main/pr-15786-368229d7516527dc404a4878d24a2c51f3b41d04 (#22891613032.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