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

Qiskit / qiskit / 24559580288
87%
main: 88%

Build:
Build:
LAST BUILD BRANCH: quantum_program
DEFAULT BRANCH: main
Ran 17 Apr 2026 10:35AM UTC
Jobs 1
Files 932
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

17 Apr 2026 10:04AM UTC coverage: 87.472% (-0.007%) from 87.479%
24559580288

push

github

web-flow
Fix panic in `RemoveIdentityEquivalent` with `ParameterVector` global phase (#16054)

If a circuit has a global phase containing a `ParameterVectorElement`,
the resulting `SymbolExpr` will transitively contain a `Py<PyAny>`
pointing back to the `ParameterVector` object.  When adding to the
global phase, a name/symbol-map clone occurs, which requires us to be
attached to the Python interpreter.  Since `RemoveIdentityEquivalent`
manually detaches from the Python interpreter, we may attempt to
increment the refcount without being attached.

This patch is intended to be minimal for backport to 2.4; there are
several more invasive changes we could make (and largely _should_ make)
to make `ParameterExpression` safer and more performant, and in general
it is becoming clear we still have a lot of work to do to be able to
remove the `py-clone` feature use of PyO3 and let the compiler catch
these mistakes for us.

5 of 5 new or added lines in 1 file covered. (100.0%)

25 existing lines in 3 files now uncovered.

104577 of 119555 relevant lines covered (87.47%)

985697.42 hits per line

Coverage Regressions

Lines Coverage ∆ File
18
96.68
-0.95% crates/qasm2/src/parse.rs
6
91.26
-1.03% crates/qasm2/src/lex.rs
1
90.53
0.0% crates/circuit/src/parameter/parameter_expression.rs
Jobs
ID Job ID Ran Files Coverage
1 24559580288.1 17 Apr 2026 10:35AM UTC 932
87.47
GitHub Action Run
Source Files on build 24559580288
  • Tree
  • List 932
  • Changed 6
  • Source Changed 1
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24559580288
  • 16c80885 on github
  • Prev Build on gh-readonly-queue/main/pr-16052-62cb08beb8bc9c73e9e6441cebdefb8c215d8365 (#24528217889)
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