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

Clean up #30

Merged
merged 5 commits into from
Mar 29, 2024
Merged

Clean up #30

merged 5 commits into from
Mar 29, 2024

Conversation

stecrotti
Copy link
Owner

  • Separate file for AbstractIndexedDiGraph
  • Get rid of dependency on Reexport
  • Prefer using over import

Copy link

codecov bot commented Mar 28, 2024

Codecov Report

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

Project coverage is 84.09%. Comparing base (a43ee1a) to head (b4c6323).

Files Patch % Lines
src/abstractindexedgraph.jl 57.14% 3 Missing ⚠️
src/algorithms/dijkstra.jl 33.33% 2 Missing ⚠️
src/indexedgraph.jl 71.42% 2 Missing ⚠️
src/indexeddigraph.jl 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main      #30   +/-   ##
=======================================
  Coverage   84.09%   84.09%           
=======================================
  Files           8        9    +1     
  Lines         352      352           
=======================================
  Hits          296      296           
  Misses         56       56           

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

@stecrotti stecrotti merged commit 2037829 into main Mar 29, 2024
7 of 8 checks passed
@stecrotti stecrotti mentioned this pull request Apr 11, 2024
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