Closed JoeyT1994 closed 9 months ago
Thanks, could you add some tests?
Attention: 2 lines
in your changes are missing coverage. Please review.
Comparison is base (
569e829
) 78.54% compared to head (cb69407
) 78.41%. Report is 1 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
src/Graphs/partitionedgraphs/partitionedgraph.jl | 0.00% | 2 Missing :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Sure I added a few tests.
Looks good, thanks!
A quick PR which allows
partitionedge(pg, edge)
andpartitionedges(pg, edges)
to accept aPair
orVector{Pair}
alongsideAbstractEdge
andVector{AbstractEdge}
types.