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

bsdrks / graaf / 10026518932
100%

Build:
DEFAULT BRANCH: main
Ran 21 Jul 2024 07:19AM UTC
Jobs 1
Files 44
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

21 Jul 2024 07:16AM UTC coverage: 100.0%. Remained the same
10026518932

push

github

basdirks-purple
release: 0.72.0

Add

- Add proptest strategy `arc`.
- Add unit test `add_arc_out_of_bounds_u` for `adjacency_list`.
- Add unit test `add_arc_out_of_bounds_u` for `adjacency_matrix`.
- Add unit test `add_arc_out_of_bounds_v` for `adjacency_list`.
- Add unit test `add_arc_out_of_bounds_v` for `adjacency_matrix`.
- Add unit test `add_arc_u_equals_v` for `adjacency_list`.
- Add unit test `add_arc_u_equals_v` for `adjacency_matrix`.
- Add unit test `add_arc_weighted_out_of_bounds_u` for `adjacency_list_weighted`.
- Add unit test `add_arc_weighted_out_of_bounds_v` for `adjacency_list_weighted`.
- Add unit test `add_arc_weighted_u_equals_v` for `adjacency_list_weighted`.
- Add unit test `from_vec_out_of_bounds_v` for `adjacency_list`.
- Add unit test `from_vec_out_of_bounds_v` for `adjacency_matrix`.
- Add unit test `from_vec_u_equals_v` for `adjacency_list`.
- Add unit test `from_vec_u_equals_v` for `adjacency_matrix`.
- Add unit test `from_vec` for `adjacency_list`.

Changed

- Breaking: `From<Vec<BTreeMap<usize, W>>>` for `adjacency_list_weighted::Digraph` panics if for any arc `u -> v`, `u` equals `v`.
- Breaking: `From<Vec<BTreeMap<usize, W>>>` for `adjacency_list_weighted::Digraph` panics if for any arc `u -> v`, `v` is out of bounds.
- Breaking: `From<Vec<BTreeSet<usize>>>` for `adjacency_list::Digraph` panics if for any arc `u -> v`, `u` equals `v`.
- Breaking: `From<Vec<BTreeSet<usize>>>` for `adjacency_list::Digraph` panics if for any arc `u -> v`, `v` is out of bounds.
- Breaking: `adjacency_list::Digraph::add_arc` panics if `u` equals `v`.
- Breaking: `adjacency_list::Digraph::add_arc` panics if `u` is out of bounds.
- Breaking: `adjacency_list::Digraph::add_arc` panics if `v` is out of bounds.
- Breaking: `adjacency_list_weighted::Digraph::add_arc_weighted` panics if `u` equals `v`.
- Breaking: `adjacency_list_weighted::Digraph::add_arc_weighted` panics if `u` is out of bounds.
- Breaking: `adjacency_list_weighted::Digraph::add_arc_weighted` pa... (continued)

98 of 98 new or added lines in 5 files covered. (100.0%)

8137 of 8137 relevant lines covered (100.0%)

101245.06 hits per line

Jobs
ID Job ID Ran Files Coverage
1 10026518932.1 21 Jul 2024 07:19AM UTC 0
100.0
GitHub Action Run
Source Files on build 10026518932
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #10026518932
  • dd0f3a8b on github
  • Prev Build on main (#10020083861)
  • Next Build on main (#10028467149)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc