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

Qiskit / qiskit / 17085676297
88%

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

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.

54 of 60 new or added lines in 1 file covered. (90.0%)

12 existing lines in 3 files now uncovered.

88364 of 100078 relevant lines covered (88.3%)

504124.73 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
6
85.25
0.02% crates/circuit/src/dag_circuit.rs

Uncovered Existing Lines

Lines Coverage ∆ File
3
74.42
-0.12% crates/circuit/src/parameter/symbol_expr.rs
3
92.53
1.03% crates/qasm2/src/lex.rs
6
97.56
0.47% crates/qasm2/src/parse.rs
Jobs
ID Job ID Ran Files Coverage
1 17085676297.1 20 Aug 2025 02:14AM UTC 842
88.3
GitHub Action Run
Source Files on build 17085676297
  • Tree
  • List 842
  • Changed 5
  • Source Changed 1
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #17085676297
  • ecb79896 on github
  • Prev Build on gh-readonly-queue/main/pr-14921-536d1db67e420399cd97567db68045350c7cd525 (#17085112291)
  • Next Build on main (#17131801104)
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