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

Fix construction of weighted Edge in addEdge overload #360

Merged
merged 2 commits into from
Oct 3, 2023

Conversation

sbaldu
Copy link
Collaborator

@sbaldu sbaldu commented Oct 3, 2023

@github-actions github-actions bot added test Something about test core something about core labels Oct 3, 2023
@ghost
Copy link

ghost commented Oct 3, 2023

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

@sbaldu sbaldu linked an issue Oct 3, 2023 that may be closed by this pull request
@ZigRazor ZigRazor self-assigned this Oct 3, 2023
@codecov
Copy link

codecov bot commented Oct 3, 2023

Codecov Report

Merging #360 (754fddf) into master (b30e7b5) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #360   +/-   ##
=======================================
  Coverage   97.45%   97.46%           
=======================================
  Files          55       55           
  Lines        8948     8978   +30     
=======================================
+ Hits         8720     8750   +30     
  Misses        228      228           
Flag Coverage Δ
unittests 97.46% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
include/CXXGraph/Graph/Graph.hpp 95.55% <100.00%> (+<0.01%) ⬆️
test/GraphTest.cpp 99.02% <100.00%> (+0.03%) ⬆️

@ZigRazor ZigRazor merged commit 916e6cc into ZigRazor:master Oct 3, 2023
27 of 28 checks passed
@sbaldu sbaldu deleted the bugfix_addEdge_weightinit branch October 9, 2023 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core something about core test Something about test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

addEdge() method does not copy the weight
2 participants