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

Qiskit / qiskit / 16153639797
88%

Build:
DEFAULT BRANCH: main
Ran 08 Jul 2025 08:58PM UTC
Jobs 1
Files 829
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

08 Jul 2025 08:04PM UTC coverage: 87.753% (-0.02%) from 87.768%
16153639797

push

github

web-flow
Remove py token from the dag_to_circuit signature (#14707)

This commit remove the py token from the dag_to_circuit signature. This
enables calling this function from a standalone C context. The python
usage in the function only comes into play if there are Python defined
operations and we need to deepcopy them, or if there are any
ParameterExpression for an instruction which needs to clone it. Since
neither ParameterExpression or Python defined objects can exist in C we
can avoid the py usage in those paths. For the ParameterExpression path
since we have the py-clone feature enabled we can simply just replace
the clone_ref() call with a clone() call. This has extra overhead
equivalent to acquiring the gil explicitly but avoids the explicit
python usage. When we have ParameterExpression in Rust this usage
will continue to work because it will clone the rust object instead
of dispatching to Python under the covers.

9 of 9 new or added lines in 3 files covered. (100.0%)

22 existing lines in 4 files now uncovered.

81460 of 92829 relevant lines covered (87.75%)

548753.3 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
93.37
0.0% crates/transpiler/src/passes/unitary_synthesis.rs
2
92.53
1.03% crates/qasm2/src/lex.rs
7
73.69
-0.3% crates/circuit/src/symbol_expr.rs
12
97.09
-0.94% crates/qasm2/src/parse.rs
Jobs
ID Job ID Ran Files Coverage
1 16153639797.1 08 Jul 2025 08:58PM UTC 829
87.75
GitHub Action Run
Source Files on build 16153639797
  • Tree
  • List 829
  • Changed 8
  • Source Changed 3
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #16153639797
  • 26b64235 on github
  • Prev Build on gh-readonly-queue/main/pr-14706-2d73c6b2e1bac2b4779c8edc81f6db577fbab89b (#16151155570)
  • Next Build on main (#16169412468)
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

© 2025 Coveralls, Inc