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

Test for Graph Connectivity #194

Merged
merged 3 commits into from
Mar 17, 2022
Merged

Test for Graph Connectivity #194

merged 3 commits into from
Mar 17, 2022

Conversation

ZigRazor
Copy link
Owner

Changed also makefile to be dynamic to new files
Fix #191

Signed-off-by: ZigRazor zigrazor@gmail.com

Changed also makefile to be dynamic to new files

Signed-off-by: ZigRazor <zigrazor@gmail.com>
@ZigRazor ZigRazor added the test Something about test label Mar 17, 2022
@ZigRazor ZigRazor added this to the In-Depth Tests milestone Mar 17, 2022
@ZigRazor ZigRazor requested a review from sidml March 17, 2022 17:19
@github-actions github-actions bot added core something about core repo something about repo labels Mar 17, 2022
@ghost
Copy link

ghost commented Mar 17, 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

Signed-off-by: ZigRazor <zigrazor@gmail.com>
@codecov-commenter
Copy link

Codecov Report

Merging #194 (183d816) into master (efbac0f) will increase coverage by 0.52%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #194      +/-   ##
==========================================
+ Coverage   97.43%   97.95%   +0.52%     
==========================================
  Files          43       44       +1     
  Lines        4751     5081     +330     
==========================================
+ Hits         4629     4977     +348     
+ Misses        122      104      -18     
Flag Coverage Δ
unittests 97.95% <100.00%> (+0.52%) ⬆️

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

Impacted Files Coverage Δ
include/Graph/Graph.hpp 97.80% <100.00%> (+2.32%) ⬆️
test/ConnectivityTest.cpp 100.00% <100.00%> (ø)
include/Partitioning/EBV.hpp 85.07% <0.00%> (-2.99%) ⬇️

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 efbac0f...183d816. Read the comment docs.

@ZigRazor ZigRazor removed the request for review from sidml March 17, 2022 17:48
@ZigRazor ZigRazor merged commit a36643f into master Mar 17, 2022
@ZigRazor ZigRazor deleted the test_connectivity branch March 17, 2022 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core something about core repo something about repo test Something about test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tests for Graph Connectivity
5 participants