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

Qiskit / qiskit / 20138746935
88%

Build:
DEFAULT BRANCH: main
Ran 11 Dec 2025 04:43PM UTC
Jobs 1
Files 884
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

11 Dec 2025 03:17PM UTC coverage: 88.297% (-0.005%) from 88.302%
20138746935

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%)

9 existing lines in 5 files now uncovered.

96431 of 109212 relevant lines covered (88.3%)

1206918.54 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
82.3
0.0% crates/circuit/src/parameter/parameter_expression.rs
1
73.02
-0.04% crates/circuit/src/parameter/symbol_expr.rs
1
93.82
-0.24% crates/qasm2/src/expr.rs
5
92.54
-0.26% crates/qasm2/src/lex.rs
Jobs
ID Job ID Ran Files Coverage
1 20138746935.1 11 Dec 2025 04:43PM UTC 884
88.3
GitHub Action Run
Source Files on build 20138746935
  • Tree
  • List 884
  • Changed 6
  • Source Changed 2
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20138746935
  • 196e3717 on github
  • Prev Build on main (#20138084837)
  • Next Build on main (#20140426167)
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