Skip to content

Multigraphs via an edge index and edge properties/metadata #88

Multigraphs via an edge index and edge properties/metadata

Multigraphs via an edge index and edge properties/metadata #88

Triggered via pull request September 22, 2025 17:12
Status Failure
Total duration 3m 14s
Artifacts

elixir.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

24 errors and 2 warnings
test (1.16.3, 26.2)
Process completed with exit code 2.
test (1.16.3, 26.2): test/utils_test.exs#L8
test sizeof/1 (Graph.UtilsTest)
test (1.15.4, 25.3): test/graph_test.exs#L3
doctest Graph.out_edges/2 (94) (GraphTest)
test (1.15.4, 25.3): test/graph_test.exs#L3
doctest Graph.edges/3 (25) (GraphTest)
test (1.15.4, 25.3): test/graph_test.exs#L3
doctest Graph.update_labelled_edge/5 (56) (GraphTest)
test (1.15.4, 25.3): test/graph_test.exs#L3
doctest Graph.add_edges/2 (50) (GraphTest)
test (1.15.4, 25.3): test/graph_test.exs#L3
doctest Graph.in_edges/2 (92) (GraphTest)
test (1.15.4, 25.3): test/graph_test.exs#L200
test edge properties updating edge properties (GraphTest)
test (1.15.4, 25.3): test/graph_test.exs#L3
doctest Graph.update_edge/4 (54) (GraphTest)
test (1.15.4, 25.3): test/graph_test.exs#L3
doctest Graph.edges/3 (24) (GraphTest)
test (1.15.4, 25.3): test/graph_test.exs#L259
test inspect (GraphTest)
test (1.15.4, 25.3): test/utils_test.exs#L8
test sizeof/1 (Graph.UtilsTest)
test (1.15.4, 25.3)
The strategy configuration was canceled because "test._1_16_3_26_2" failed
test (1.14.5, 24.3): test/graph_test.exs#L3
doctest Graph.out_edges/2 (94) (GraphTest)
test (1.14.5, 24.3): test/graph_test.exs#L3
doctest Graph.edges/3 (25) (GraphTest)
test (1.14.5, 24.3): test/graph_test.exs#L186
test edge properties setting edge properties (GraphTest)
test (1.14.5, 24.3): test/graph_test.exs#L3
doctest Graph.in_edges/2 (92) (GraphTest)
test (1.14.5, 24.3): test/graph_test.exs#L3
doctest Graph.edges/3 (24) (GraphTest)
test (1.14.5, 24.3): test/graph_test.exs#L3
doctest Graph.add_edges/2 (50) (GraphTest)
test (1.14.5, 24.3): test/graph_test.exs#L3
doctest Graph.update_edge/4 (54) (GraphTest)
test (1.14.5, 24.3): test/graph_test.exs#L259
test inspect (GraphTest)
test (1.14.5, 24.3): test/utils_test.exs#L8
test sizeof/1 (Graph.UtilsTest)
test (1.14.5, 24.3): test/priority_queue_test.exs#L5
test inspect (PriorityQueue.Test)
test (1.14.5, 24.3)
The strategy configuration was canceled because "test._1_16_3_26_2" failed
test (27.2, 1.18.1)
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
test (27.2, 1.18.1)
left..right inside match is deprecated, you must always match on the step: left..right//var or left..right//_ if you want to ignore it