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

Qiskit / rustworkx / 22074973665
94%

Build:
DEFAULT BRANCH: main
Ran 16 Feb 2026 07:34PM UTC
Jobs 1
Files 117
Run time 1min
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

16 Feb 2026 06:59PM UTC coverage: 94.167%. Remained the same
22074973665

push

github

web-flow
Split `hashbrown` dependency between Python-space and `rustworkx-core` (#1552)

`rustworkx-core` exposes `hashbrown` types in its own public API, which
requires downstream crates match their resolved `hashbrown` versions to
the one used by `rustworkx-core` in its API (up to potentially using a
re-export of `hashbrown` from `rustworkx-core`, but one isn't provided,
and it's not really scalable for `rustworkx-core` to claim it dictates
the version of such a commonly used package).

The Python-space `rustworkx` package passes `hashbrown` types between
PyO3 and `petgraph` interfaces, so requires hard matches to the resolved
versions used by those libraries, but that's a tighter constraint.

These separate concerns motivate splitting the allowed bounds on
`hashbrown`, so that downstream Rust-space consumers of `rustworkx-core`
can use newer versions of `hashbrown` without being held back by the
Python-space package.  For example, with this commit, Qiskit can now
upgrade its internal use to `hashbrown 0.16.1`, including extracting
those objects from (a newer) PyO3 and passing them to `rustworkx-core`.

18388 of 19527 relevant lines covered (94.17%)

986372.63 hits per line

Jobs
ID Job ID Ran Files Coverage
1 22074973665.1 16 Feb 2026 07:34PM UTC 117
94.17
GitHub Action Run
Source Files on build 22074973665
  • Tree
  • List 117
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #22074973665
  • d1379aa8 on github
  • Prev Build on gh-readonly-queue/main/pr-1551-64e593671c7ef0dcbfdf0d5837f38cb9a58be505 (#22042240804)
  • Next Build on main (#22084049626)
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