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

Qiskit / qiskit / 18887288976
88%

Build:
DEFAULT BRANCH: main
Ran 28 Oct 2025 08:51PM UTC
Jobs 1
Files 873
Run time 4min
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

28 Oct 2025 07:23PM UTC coverage: 88.187% (-0.01%) from 88.2%
18887288976

push

github

web-flow
Update to PyO3 0.27 (#15213)

* Update PyO3 dependencies

* Switch uses of `Bound::downcast*` to corresponding `cast*`

The new `cast` variants are available on both `Bound` and `Borrowed`,
and have slightly different semantics around the returned errors.

* Switch to new `FromPyObject` signature

The new form of the trait uses `Borrowed`, causing it to need another
lifetime parameter, and an explicit `Error` type.  Where appropriate /
easy, I switched the error types away from the complete `PyErr`, even if
most of our handling of those errors does eventually convert them into
`PyErr` for now.

In places where extraction delegates to other methods, particularly
where those methods are logical mirrors to `FromPyObject`, this commit
also updates the signatures to use `Borrowed` instead of `&Bound`.

In a couple of places, the extraction being in terms of `Borrowed` meant
that trait implementations that are only accessible on `Bound` (for
example `impl IntoIterator for &Bound<PyDict>`) needed some
dereferencing inserted to re-satisfy the bounds.

* Switch to undeprecated `import_exception`

* Revert failure message change

264 of 289 new or added lines in 52 files covered. (91.35%)

21 existing lines in 6 files now uncovered.

93671 of 106219 relevant lines covered (88.19%)

1152125.46 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
93.73
-0.23% crates/circuit/src/packed_instruction.rs
1
91.53
0.0% crates/circuit/src/parameter_table.rs
1
72.0
0.0% crates/qasm3/src/build.rs
1
62.66
0.46% crates/qasm3/src/lib.rs
1
81.67
0.0% crates/transpiler/src/passes/asap_schedule_analysis.rs
2
80.47
0.0% crates/transpiler/src/equivalence.rs
4
86.67
-0.65% crates/circuit/src/circuit_instruction.rs
5
84.48
0.0% crates/circuit/src/dag_circuit.rs
9
89.91
-0.19% crates/circuit/src/circuit_data.rs

Uncovered Existing Lines

Lines Coverage ∆ File
1
89.91
-0.19% crates/circuit/src/circuit_data.rs
1
81.99
0.0% crates/circuit/src/parameter/parameter_expression.rs
1
96.34
-0.3% crates/transpiler/src/passes/gate_direction.rs
4
92.03
-0.26% crates/qasm2/src/lex.rs
6
97.56
-0.47% crates/qasm2/src/parse.rs
8
72.98
-0.17% crates/circuit/src/parameter/symbol_expr.rs
Jobs
ID Job ID Ran Files Coverage
1 18887288976.1 28 Oct 2025 08:51PM UTC 873
88.19
GitHub Action Run
Source Files on build 18887288976
  • Tree
  • List 873
  • Changed 55
  • Source Changed 52
  • Coverage Changed 36
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #18887288976
  • 046aba2f on github
  • Prev Build on gh-readonly-queue/main/pr-15259-4019fd9d91e2d562978ff8fe0d0dda2c7c8c2e61 (#18885296067)
  • Next Build on main (#18906917758)
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