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

Qiskit / qiskit / 21834241422
88%
main: 88%

Build:
Build:
LAST BUILD BRANCH: jan_synthesize_rz
DEFAULT BRANCH: main
Ran 09 Feb 2026 06:59PM UTC
Jobs 1
Files 897
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

09 Feb 2026 05:21PM UTC coverage: 87.968% (+0.007%) from 87.961%
21834241422

push

github

web-flow
Move most inline C header into structured `cbindgen` inputs (#15660)

We used to have a lot more include-file logic specified in the
`after_includes` string literal.  This moves out (almost) all the rest
of it into structured locations.  The components are:

* the extra type definitions
* the manual header-file includes
* the guarded `#include <Python.h>`

`ClassicalRegister` and `QuantumRegister` are macro-generated in
`qiskit-circuit`, which prevents `cbindgen` from seeing them (at least
without using a nightly toolchain to do macro expansion).  This switches
the hard-coded `typedef` statements in the `cbindgen.toml` file out for
actual `struct` definitions, abusing the fact that `cbindgen` has no
concept of namespaces.  This form means we don't have to manually match
the output of `cbindgen` ourselves, and if we get a better strategy for
typedef/opaque-struct documentation, we'll be able to apply it to these
types too.

The manual header-file includes are handled by a regular structured
field in `cbindgen`'s config.

The guarded include of `Python.h` has to remain in a free-form field,
but it's now moved to be at the top of the file, before the system
includes, because `Python.h` is documented as requiring that.

100072 of 113759 relevant lines covered (87.97%)

1162222.43 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
87.17
0.0% crates/circuit/src/parameter/parameter_expression.rs
6
97.63
0.47% crates/qasm2/src/parse.rs
8
92.03
-1.54% crates/qasm2/src/lex.rs
Jobs
ID Job ID Ran Files Coverage
1 21834241422.1 09 Feb 2026 06:59PM UTC 897
87.97
GitHub Action Run
Source Files on build 21834241422
  • Tree
  • List 897
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #21834241422
  • 821a5385 on github
  • Prev Build on gh-readonly-queue/main/pr-15599-f4a3a8acf4ba6b176d001bad3bbec6ea16d83fb6 (#21830572245)
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