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/patch succeeded Sep 29, 2023 in 1s

29.31% of diff hit (target 0.00%)

View this Pull Request on Codecov

29.31% of diff hit (target 0.00%)

Annotations

Check warning on line 19 in src/SimpleGraphs/simpledigraph.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/SimpleGraphs/simpledigraph.jl#L19

Added line #L19 was not covered by tests

Check warning on line 21 in src/SimpleGraphs/simpledigraph.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/SimpleGraphs/simpledigraph.jl#L21

Added line #L21 was not covered by tests

Check warning on line 24 in src/SimpleGraphs/simpledigraph.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/SimpleGraphs/simpledigraph.jl#L23-L24

Added lines #L23 - L24 were not covered by tests

Check warning on line 28 in src/SimpleGraphs/simpledigraph.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/SimpleGraphs/simpledigraph.jl#L27-L28

Added lines #L27 - L28 were not covered by tests

Check warning on line 19 in src/SimpleGraphs/simpleedge.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/SimpleGraphs/simpleedge.jl#L17-L19

Added lines #L17 - L19 were not covered by tests

Check warning on line 24 in src/SimpleGraphs/simpleedge.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/SimpleGraphs/simpleedge.jl#L21-L24

Added lines #L21 - L24 were not covered by tests

Check warning on line 17 in src/SimpleGraphs/simplegraph.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/SimpleGraphs/simplegraph.jl#L17

Added line #L17 was not covered by tests

Check warning on line 19 in src/SimpleGraphs/simplegraph.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/SimpleGraphs/simplegraph.jl#L19

Added line #L19 was not covered by tests

Check warning on line 22 in src/SimpleGraphs/simplegraph.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/SimpleGraphs/simplegraph.jl#L21-L22

Added lines #L21 - L22 were not covered by tests

Check warning on line 25 in src/SimpleGraphs/simplegraph.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/SimpleGraphs/simplegraph.jl#L25

Added line #L25 was not covered by tests

Check warning on line 16 in src/SimpleWeightedGraphs/simpleweighteddigraph.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/SimpleWeightedGraphs/simpleweighteddigraph.jl#L15-L16

Added lines #L15 - L16 were not covered by tests

Check warning on line 20 in src/SimpleWeightedGraphs/simpleweighteddigraph.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/SimpleWeightedGraphs/simpleweighteddigraph.jl#L18-L20

Added lines #L18 - L20 were not covered by tests

Check warning on line 26 in src/SimpleWeightedGraphs/simpleweighteddigraph.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/SimpleWeightedGraphs/simpleweighteddigraph.jl#L23-L26

Added lines #L23 - L26 were not covered by tests

Check warning on line 21 in src/SimpleWeightedGraphs/simpleweightededge.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/SimpleWeightedGraphs/simpleweightededge.jl#L19-L21

Added lines #L19 - L21 were not covered by tests

Check warning on line 26 in src/SimpleWeightedGraphs/simpleweightededge.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/SimpleWeightedGraphs/simpleweightededge.jl#L23-L26

Added lines #L23 - L26 were not covered by tests

Check warning on line 16 in src/SimpleWeightedGraphs/simpleweightedgraph.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/SimpleWeightedGraphs/simpleweightedgraph.jl#L15-L16

Added lines #L15 - L16 were not covered by tests

Check warning on line 20 in src/SimpleWeightedGraphs/simpleweightedgraph.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/SimpleWeightedGraphs/simpleweightedgraph.jl#L18-L20

Added lines #L18 - L20 were not covered by tests

Check warning on line 24 in src/SimpleWeightedGraphs/simpleweightedgraph.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/SimpleWeightedGraphs/simpleweightedgraph.jl#L23-L24

Added lines #L23 - L24 were not covered by tests

Check warning on line 33 in src/interface/abstractedge.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/interface/abstractedge.jl#L32-L33

Added lines #L32 - L33 were not covered by tests

Check warning on line 75 in src/interface/abstractedge.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/interface/abstractedge.jl#L75

Added line #L75 was not covered by tests

Check warning on line 77 in src/interface/abstractedge.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/interface/abstractedge.jl#L77

Added line #L77 was not covered by tests

Check warning on line 80 in src/interface/abstractedge.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/interface/abstractedge.jl#L79-L80

Added lines #L79 - L80 were not covered by tests

Check warning on line 83 in src/interface/abstractedge.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/interface/abstractedge.jl#L82-L83

Added lines #L82 - L83 were not covered by tests

Check warning on line 86 in src/interface/abstractedge.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/interface/abstractedge.jl#L85-L86

Added lines #L85 - L86 were not covered by tests

Check warning on line 89 in src/interface/abstractedge.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/interface/abstractedge.jl#L88-L89

Added lines #L88 - L89 were not covered by tests