Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add support for weighted edges #31

Merged
merged 5 commits into from
Jun 3, 2023
Merged

feat: Add support for weighted edges #31

merged 5 commits into from
Jun 3, 2023

Conversation

bobluppes
Copy link
Owner

No description provided.

@bobluppes bobluppes added enhancement New feature breaking-change A change which changes the public API labels Jun 3, 2023
@codecov
Copy link

codecov bot commented Jun 3, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.01 🎉

Comparison is base (59df926) 99.86% compared to head (44debdb) 99.87%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #31      +/-   ##
==========================================
+ Coverage   99.86%   99.87%   +0.01%     
==========================================
  Files          18       20       +2     
  Lines         755      828      +73     
==========================================
+ Hits          754      827      +73     
  Misses          1        1              
Impacted Files Coverage Δ
include/graaflib/algorithm/shortest_path.h 100.00% <ø> (ø)
test/graaflib/graph_test.cpp 100.00% <ø> (ø)
include/graaflib/algorithm/graph_traversal.tpp 100.00% <100.00%> (ø)
include/graaflib/algorithm/shortest_path.tpp 96.87% <100.00%> (ø)
include/graaflib/directed_graph.tpp 100.00% <100.00%> (ø)
include/graaflib/graph.h 100.00% <100.00%> (ø)
include/graaflib/graph.tpp 100.00% <100.00%> (ø)
include/graaflib/io/dot.h 100.00% <100.00%> (ø)
include/graaflib/io/dot.tpp 100.00% <100.00%> (ø)
include/graaflib/properties/vertex_properties.tpp 100.00% <100.00%> (ø)
... and 5 more

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@bobluppes bobluppes marked this pull request as ready for review June 3, 2023 15:19
@bobluppes bobluppes merged commit d4585d2 into main Jun 3, 2023
@bobluppes bobluppes deleted the refactor branch June 3, 2023 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change A change which changes the public API enhancement New feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant