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

Removed Useless Thread Safe Version of Graph. #189

Merged
merged 1 commit into from
Mar 16, 2022

Conversation

ZigRazor
Copy link
Owner

No description provided.

@ZigRazor ZigRazor added development Development of new Functionalities repo something about repo labels Mar 16, 2022
@github-actions github-actions bot added core something about core test Something about test and removed repo something about repo labels Mar 16, 2022
@ghost
Copy link

ghost commented Mar 16, 2022

CodeSee Review Map:

Review these changes using an interactive CodeSee Map

Review in an interactive map

View more CodeSee Maps

Legend

CodeSee Map Legend

@codecov-commenter
Copy link

Codecov Report

Merging #189 (b373d18) into master (27600d9) will increase coverage by 0.79%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #189      +/-   ##
==========================================
+ Coverage   96.99%   97.79%   +0.79%     
==========================================
  Files          45       43       -2     
  Lines        5227     4710     -517     
==========================================
- Hits         5070     4606     -464     
+ Misses        157      104      -53     
Flag Coverage Δ
unittests 97.79% <ø> (+0.79%) ⬆️

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

Impacted Files Coverage Δ
test/BFSTest.cpp 100.00% <ø> (ø)
test/BellmanFordTest.cpp 100.00% <ø> (ø)
test/BoruvkaTest.cpp 100.00% <ø> (ø)
test/DijkstraTest.cpp 100.00% <ø> (ø)
test/FWTest.cpp 100.00% <ø> (ø)
test/GraphSlicingTest.cpp 100.00% <ø> (ø)
test/GraphTest.cpp 100.00% <ø> (ø)
test/KruskalTest.cpp 100.00% <ø> (ø)
test/PrimTest.cpp 100.00% <ø> (ø)
include/Partitioning/EdgeBalancedVertexCut.hpp 78.43% <0.00%> (-5.89%) ⬇️
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 27600d9...b373d18. Read the comment docs.

@ZigRazor ZigRazor merged commit dfb8e94 into master Mar 16, 2022
@ZigRazor ZigRazor deleted the removed_useless_graph_ts branch March 16, 2022 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core something about core development Development of new Functionalities test Something about test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants