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

Qiskit / rustworkx / 9331728114
94%

Build:
DEFAULT BRANCH: main
Ran 01 Jun 2024 04:52PM UTC
Jobs 1
Files 104
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

01 Jun 2024 04:38PM UTC coverage: 95.826% (-0.04%) from 95.868%
9331728114

push

github

web-flow
Move ancestors and descendants to rustworkx-core (#1208)

This commit adds an implementation of the ancestors and descendants
functions to the rustworkx-core crate exposing the functions to rust
users. The existing implementation in the rustworkx crate is removed and
it is updated to call the rustworkx-core functions. These new functions
will be more efficient as they're not using dijkstra's algorithm to find
a path from nodes now and instead are just doing a BFS. The
rustwork-core functions also return an iterator of nodes.

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

30 of 30 new or added lines in 2 files covered. (100.0%)

8 existing lines in 2 files now uncovered.

17312 of 18066 relevant lines covered (95.83%)

1166519.93 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
2
85.03
-0.43% rustworkx-core/src/generators/random_graph.rs
6
95.53
-3.35% src/shortest_path/all_pairs_bellman_ford.rs
Jobs
ID Job ID Ran Files Coverage
1 9331728114.1 01 Jun 2024 04:52PM UTC 104
95.83
GitHub Action Run
Source Files on build 9331728114
  • Tree
  • List 104
  • Changed 22
  • Source Changed 1
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #9331728114
  • 43275839 on github
  • Prev Build on main (#9331316840)
  • Next Build on main (#9341056741)
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