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

Qiskit / qiskit / 16988215613
88%
main: 88%

Build:
Build:
LAST BUILD BRANCH: substitute_pi4_rotations
DEFAULT BRANCH: main
Ran 15 Aug 2025 11:10AM UTC
Jobs 1
Files 839
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

15 Aug 2025 10:32AM UTC coverage: 88.28% (-0.001%) from 88.281%
16988215613

push

github

web-flow
Fix non-determinism in `CommutativeCancellation` (#14763)

The use of `HashMap` and `HashSet` for internal tracking structures in
the pass, which were subsequently iterated over, caused node removals
to happen in a non-deterministic order, which in turn could cause the
edge structure of the `DAGCircuit` to be non-deterministic.  This did
not affect a topological iteration over the nodes when canonicalised by
the `qargs` and `cargs`, but passes (such as Rust-space Sabre) that
iterate over the edge structure themselves can observe the
non-determinism.

Sabre wants to iterate over the edges itself because, as a routing
algorithm, it is implementing its own coroutine variant of topological
ordering on a related graph.

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

10 existing lines in 3 files now uncovered.

87899 of 99568 relevant lines covered (88.28%)

510033.49 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
74.46
0.16% crates/circuit/src/parameter/symbol_expr.rs
3
92.01
0.26% crates/qasm2/src/lex.rs
6
97.56
-0.47% crates/qasm2/src/parse.rs
Jobs
ID Job ID Ran Files Coverage
1 16988215613.1 15 Aug 2025 11:10AM UTC 839
88.28
GitHub Action Run
Source Files on build 16988215613
  • Tree
  • List 839
  • Changed 6
  • Source Changed 3
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #16988215613
  • 14df5941 on github
  • Prev Build on gh-readonly-queue/main/pr-14823-78be2a39a4b7dac23332f9a867a328ceab0482be (#16975634272)
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