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

Qiskit / qiskit / 20137991394
88%
main: 88%

Build:
Build:
LAST BUILD BRANCH: unitary-synthesis
DEFAULT BRANCH: main
Ran 11 Dec 2025 03:58PM UTC
Jobs 1
Files 884
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

11 Dec 2025 03:17PM UTC coverage: 88.296% (-0.006%) from 88.302%
20137991394

push

github

web-flow
Add ways to iterate over the `Target` in C. (#15208)

* POC: Add ways to iterate over the target in C.

* [POC 2] Use indexing to avoid extra structs.
- Add tests.

* Fix: Avoid using const size ptr for windows

* Docs: Add docstring for each method.

* Fix: Formatting issues

* Docs: Add release note

* Fix: Address review comments

Co-authored-by: Kevin Hartman <kevin@hart.mn>

* Remove: QkQargs
- Update documentation, docstrings, and tests to reflect the change.

* Chore: Rename `inst_idx` to `op_idx`.

* Docs: Document missing arg

* Docs: Add missing return values.

* Fix: Remove exit codes.
- Based on offline discussion, the need for `IndexError` `ExitCode` here is unwarranted. We should instead default to panicking as it is okay to stop the program if an index is wrong.

* Fix: Address review comments

* Fix: Additional review comments

* Fix: More review comments
- Fix some documentation docstrings and error messages during C testing.

* Fix: C format

* FIx: Offline review items
- Remove `contains` methods.
- Remove `_get` suffix/prefix.

* Change `qargs_len` type to `uint32_t`

This avoids specifying the return value of `qargs_len` in the case of a
global operation, since we already commit to the only possible return
value of the pointer being null iff the properties are global.
Returning `uint32_t` is more consistent with our other use of
`qargs_len`, and we can still use `u32::MAX` as a length if we choose.

---------

Co-authored-by: Kevin Hartman <kevin@hart.mn>
Co-authored-by: Jake Lishman <jake.lishman@ibm.com>

88 of 101 new or added lines in 2 files covered. (87.13%)

29 existing lines in 5 files now uncovered.

96430 of 109212 relevant lines covered (88.3%)

1206546.61 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
91.91
1.35% crates/cext/src/transpiler/target.rs
11
84.97
-0.88% crates/transpiler/src/target/mod.rs

Uncovered Existing Lines

Lines Coverage ∆ File
1
91.91
1.35% crates/cext/src/transpiler/target.rs
1
93.82
-0.24% crates/qasm2/src/expr.rs
3
73.31
0.25% crates/circuit/src/parameter/symbol_expr.rs
6
92.03
-0.77% crates/qasm2/src/lex.rs
18
96.62
-0.47% crates/qasm2/src/parse.rs
Jobs
ID Job ID Ran Files Coverage
1 20137991394.1 11 Dec 2025 03:58PM UTC 884
88.3
GitHub Action Run
Source Files on build 20137991394
  • Tree
  • List 884
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20137991394
  • 196e3717 on github
  • Prev Build on main (#20138084837)
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