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

Qiskit / qiskit / 18887288976 / 1
88%
main: 88%

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

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

93671 of 106219 relevant lines covered (88.19%)

1152125.46 hits per line

Source Files on job 18887288976.1
  • Tree
  • List 873
  • Changed 55
  • Source Changed 52
  • Coverage Changed 36
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 18887288976
  • 046aba2f on github
  • Prev Job for on main (#18885296067.1)
  • Next Job for on main (#18906917758.1)
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