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

refactor: Split definition and implementation of graph classes #17

Merged
merged 11 commits into from
May 27, 2023

Conversation

bobluppes
Copy link
Owner

  • Split implementation and definition in all headers
  • Added missing includes
  • Fixed some typos in javadoc

@codecov
Copy link

codecov bot commented May 27, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (033b366) 100.00% compared to head (56c092b) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #17   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         9    +1     
  Lines          414       411    -3     
=========================================
- Hits           414       411    -3     
Impacted Files Coverage Δ
src/graaflib/algorithm/graph_traversal.tpp 100.00% <ø> (ø)
test/graaflib/graph_test.cpp 100.00% <ø> (ø)
src/graaflib/directed_graph.tpp 100.00% <100.00%> (ø)
src/graaflib/graph.h 100.00% <100.00%> (ø)
src/graaflib/graph.tpp 100.00% <100.00%> (ø)
src/graaflib/undirected_graph.tpp 100.00% <100.00%> (ø)

... and 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@bobluppes bobluppes merged commit 23b898b into main May 27, 2023
@bobluppes bobluppes deleted the refactor branch May 27, 2023 16:13
joweich added a commit to joweich/graaf that referenced this pull request May 27, 2023
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