ZigRazor / CXXGraph

Header-Only C++ Library for Graph Representation and Algorithms
https://zigrazor.github.io/CXXGraph/
Mozilla Public License 2.0
472 stars 115 forks source link

Issue/444/partition bm fix #445

Closed Ajay-26 closed 5 months ago

Ajay-26 commented 5 months ago

A description of this PR: Issue: #444 - Building failure on benchmark Changes made: Fixed the usage of partitionGraph function in Partition_BM.cpp

ZigRazor commented 5 months ago

it's ok for me, but we wait the change of license to merge the PR

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.88%. Comparing base (73b1edc) to head (71bce53).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #445 +/- ## ======================================= Coverage 97.87% 97.88% ======================================= Files 87 87 Lines 10057 10057 Branches 666 666 ======================================= + Hits 9843 9844 +1 + Misses 214 213 -1 ``` | [Flag](https://app.codecov.io/gh/ZigRazor/CXXGraph/pull/445/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ZigRazor) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/ZigRazor/CXXGraph/pull/445/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ZigRazor) | `97.88% <ø> (+<0.01%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ZigRazor#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.