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

Qiskit / qiskit / 19684338744
88%

Build:
DEFAULT BRANCH: main
Ran 25 Nov 2025 09:56PM UTC
Jobs 1
Files 875
Run time 3min
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

25 Nov 2025 06:44PM UTC coverage: 88.246% (+0.002%) from 88.244%
19684338744

push

github

web-flow
Add `qk_dag_successors` and `qk_dag_predecessors` to the C API (#15346)

* Add DAG node successors and predecessors functions

This commit adds `qk_dag_successors` and `qk_dag_predecessors` to retrieve
the neighbors of a given DAG node.
The information is returned through a new output struct called `QkDagNeighbors`.
The struct data is cleared using the new `qk_dag_neighbors_clear` function.

* Update crates/cext/cbindgen.toml

Co-authored-by: Jake Lishman <jake@binhbar.com>

* Update crates/circuit/src/dag_circuit.rs

Co-authored-by: Jake Lishman <jake@binhbar.com>

* Address review comments

* Return neighbors struct by value instead of using an output parameter
* Collect directly to Box<[u32]>
* Explicitly document that CDagNeighbors should be treated as read-only
* Update release note and testing

---------

Co-authored-by: Jake Lishman <jake@binhbar.com>
Co-authored-by: Jake Lishman <jake.lishman@ibm.com>

44 of 45 new or added lines in 2 files covered. (97.78%)

13 existing lines in 3 files now uncovered.

94405 of 106979 relevant lines covered (88.25%)

1192562.08 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
85.67
3.15% crates/cext/src/dag.rs

Uncovered Existing Lines

Lines Coverage ∆ File
1
96.86
-0.31% crates/transpiler/src/passes/gate_direction.rs
2
92.54
0.51% crates/qasm2/src/lex.rs
10
73.02
-0.33% crates/circuit/src/parameter/symbol_expr.rs
Jobs
ID Job ID Ran Files Coverage
1 19684338744.1 25 Nov 2025 09:56PM UTC 875
88.25
GitHub Action Run
Source Files on build 19684338744
  • Tree
  • List 875
  • Changed 6
  • Source Changed 2
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #19684338744
  • c17a7220 on github
  • Prev Build on gh-readonly-queue/main/pr-15373-311a48eb8f06dbf8b0127aa33658c5e1b44db3fb (#19683743315)
  • Next Build on main (#19701733453)
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