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

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

Build:
DEFAULT BRANCH: main
Ran 20 Aug 2025 02:14AM UTC
Files 842
Run time 26s
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

20 Aug 2025 12:30AM UTC coverage: 88.295% (+0.009%) from 88.286%
17085676297.1

push

github

web-flow
Make default path for DAGCircuit size and depth Python free (#14847)

This commit updates the DAGCircuit::size() and DAGCircuit::depth()
rust methods so that the signatures no longer require Python. At this
point the only component of the Qiskit data model that requires Python
for running these methods is control flow operations. These methods are
the same and in the default case Python is not required at all. For the
C transpiler we don't expose control flow operations yet and these
methods are necessary for the exit condition on the optimization loop.
This commit updates the methods so the GIL is actively acquired in the
body only when we need to process control flow operations, otherwise the
method will execute fine and no longer requires the py token in the
signature.

88364 of 100078 relevant lines covered (88.3%)

504124.73 hits per line

Source Files on job 17085676297.1
  • Tree
  • List 842
  • Changed 5
  • Source Changed 1
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 17085676297
  • ecb79896 on github
  • Prev Job for on main (#17085112291.1)
  • Next Job for on main (#17131801104.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