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

bsdrks / graaf / 9568154125
100%

Build:
DEFAULT BRANCH: main
Ran 18 Jun 2024 03:48PM UTC
Jobs 1
Files 56
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

18 Jun 2024 03:45PM UTC coverage: 99.842% (-0.2%) from 100.0%
9568154125

push

github

basdirks-purple
release: 0.59.0

Added

- Add `BfsTree` data structure.
- Implement `BfsTree::new`.
- Implement `BfsTree::search_by`.
- Implement `BfsTree::search`.
- Implement `From<Vec<Option<usize>>>` for `BfsTree`.
- Implement `Index<usize>` for `BfsTree`.
- Implement `IndexMut<usize>` for `BfsTree`.
- Implement `IntoIterator` for `BfsTree`.

Changed

- Breaking: `bfs::predecessors` now accepts a `BfsTree` instead of a `Vec<Option<usize>>`.
- Breaking: `bfs::shortest_path` now accepts a `BfsTree` instead of a `Vec<Option<usize>>`.
- Breaking: `bfs::single_source_predecessors` now returns a `BfsTree`.
- Breaking: `dijkstra::predecessors` now accepts a `BfsTree` instead of a `Vec<Option<usize>>`.
- Breaking: `dijkstra::shortest_path` now accepts a `BfsTree` instead of a `Vec<Option<usize>>`.
- Breaking: `dijkstra::single_source_predecessors` now returns a `BfsTree`.

Removed

- Breaking: Remove `algo::predecessor`.

86 of 98 new or added lines in 3 files covered. (87.76%)

7581 of 7593 relevant lines covered (99.84%)

65403.03 hits per line

Jobs
ID Job ID Ran Files Coverage
1 9568154125.1 18 Jun 2024 03:48PM UTC 0
99.84
GitHub Action Run
Source Files on build 9568154125
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #9568154125
  • 0362ed02 on github
  • Prev Build on main (#9538488340)
  • Next Build on main (#9568159432)
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