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

Create co_bfs.hpp & co_bfs_tests.cpp to explore coroutines #99

Merged
merged 1 commit into from
Mar 9, 2024

Conversation

pratzl
Copy link
Collaborator

@pratzl pratzl commented Mar 9, 2024

Move code out of previous bfs code files
Disable use of boost::cobalt in favor of simple generator impl

Move code out of previous bfs code files
Disable use of boost::cobalt in favor of simple generator impl
Copy link

codecov bot commented Mar 9, 2024

Codecov Report

Attention: Patch coverage is 82.35294% with 12 lines in your changes are missing coverage. Please review.

Project coverage is 97.87%. Comparing base (8052151) to head (9b220ac).
Report is 2 commits behind head on master.

Files Patch % Lines
tests/co_bfs_tests.cpp 77.14% 8 Missing ⚠️
include/graph/views/co_bfs.hpp 87.87% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #99      +/-   ##
==========================================
- Coverage   98.14%   97.87%   -0.28%     
==========================================
  Files          36       38       +2     
  Lines        3888     3955      +67     
==========================================
+ Hits         3816     3871      +55     
- Misses         72       84      +12     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pratzl pratzl merged commit 1827a97 into master Mar 9, 2024
3 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant