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

Interface as simple as possible #13

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from

Add GraphsBase docstring

c001ac9
Select commit
Loading
Failed to load commit list.
Draft

Interface as simple as possible #13

Add GraphsBase docstring
c001ac9
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Sep 29, 2023 in 0s

29.91% (+29.91%) compared to f43d51f

View this Pull Request on Codecov

29.91% (+29.91%) compared to f43d51f

Details

Codecov Report

Merging #13 (c001ac9) into main (f43d51f) will increase coverage by 29.91%.
The diff coverage is 29.31%.

@@            Coverage Diff            @@
##           main      #13       +/-   ##
=========================================
+ Coverage      0   29.91%   +29.91%     
=========================================
  Files         0       13       +13     
  Lines         0      117      +117     
=========================================
+ Hits          0       35       +35     
- Misses        0       82       +82     
Files Coverage Δ
src/GraphsBase.jl 100.00% <ø> (ø)
src/SimpleGraphs/SimpleGraphs.jl 100.00% <100.00%> (ø)
src/SimpleWeightedGraphs/SimpleWeightedGraphs.jl 100.00% <100.00%> (ø)
src/interface/utils.jl 63.63% <63.63%> (ø)
src/SimpleGraphs/simplegraph.jl 0.00% <0.00%> (ø)
src/SimpleGraphs/simpledigraph.jl 0.00% <0.00%> (ø)
src/SimpleWeightedGraphs/simpleweightedgraph.jl 0.00% <0.00%> (ø)
src/SimpleGraphs/simpleedge.jl 0.00% <0.00%> (ø)
src/SimpleWeightedGraphs/simpleweightededge.jl 0.00% <0.00%> (ø)
src/SimpleWeightedGraphs/simpleweighteddigraph.jl 0.00% <0.00%> (ø)
... and 3 more