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

add support for header-only install #27

Merged
merged 3 commits into from
May 30, 2023
Merged

add support for header-only install #27

merged 3 commits into from
May 30, 2023

Conversation

bobluppes
Copy link
Owner

  • Set up the project for reader only installation
    • Renamed src/graaflib to include/graaflib
  • Added release workflow
  • Added documentation on header-only installation

@codecov
Copy link

codecov bot commented May 30, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (431b704) 99.84% compared to head (c5079e0) 99.84%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #27   +/-   ##
=======================================
  Coverage   99.84%   99.84%           
=======================================
  Files          16       16           
  Lines         655      655           
=======================================
  Hits          654      654           
  Misses          1        1           
Impacted Files Coverage Δ
include/graaflib/algorithm/graph_traversal.tpp 100.00% <ø> (ø)
include/graaflib/algorithm/shortest_path.h 100.00% <ø> (ø)
include/graaflib/algorithm/shortest_path.tpp 96.87% <ø> (ø)
include/graaflib/directed_graph.tpp 100.00% <ø> (ø)
include/graaflib/graph.h 100.00% <ø> (ø)
include/graaflib/graph.tpp 100.00% <ø> (ø)
include/graaflib/io/dot.h 100.00% <ø> (ø)
include/graaflib/io/dot.tpp 100.00% <ø> (ø)
include/graaflib/types.h 100.00% <ø> (ø)
include/graaflib/undirected_graph.tpp 100.00% <ø> (ø)

☔ 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 cd88434 into main May 30, 2023
5 checks passed
@bobluppes bobluppes deleted the header-only-install branch May 30, 2023 18:05
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.

None yet

1 participant