JuliaGraphs / MultilayerGraphs.jl

A Julia package for the creation, manipulation and analysis of the structure, dynamics and functions of multilayer graphs.
https://juliagraphs.org/MultilayerGraphs.jl/dev
MIT License
118 stars 3 forks source link

Traits based sub ecosystem & `NodeAlingnedEdgeColored(Di)Graph` #107

Closed InterdisciplinaryPhysicsTeam closed 1 year ago

InterdisciplinaryPhysicsTeam commented 1 year ago
coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 3995475258


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/multilayerdigraph.jl 14 16 87.5%
src/multilayergraph.jl 14 16 87.5%
src/special_multilayergraphs/node_aligned_edge_colored/abstract_node_aligned_edge_colored_graph.jl 8 10 80.0%
src/utilities.jl 0 2 0.0%
src/abstractmultilayergraph.jl 38 42 90.48%
src/directed.jl 52 57 91.23%
src/undirected.jl 58 65 89.23%
<!-- Total: 209 233 89.7% -->
Totals Coverage Status
Change from base Build 3940940912: 0.1%
Covered Lines: 1716
Relevant Lines: 2057

💛 - Coveralls
codecov[bot] commented 1 year ago

Codecov Report

Merging #107 (c9a6b2d) into main (94e0a7a) will increase coverage by 0.09%. The diff coverage is 89.69%.

@@            Coverage Diff             @@
##             main     #107      +/-   ##
==========================================
+ Coverage   83.32%   83.42%   +0.09%     
==========================================
  Files          30       32       +2     
  Lines        2015     2057      +42     
==========================================
+ Hits         1679     1716      +37     
- Misses        336      341       +5     
Impacted Files Coverage Δ
src/graphs_extensions/graphs_extensions.jl 100.00% <ø> (ø)
src/graphs_extensions/metagraphs.jl 60.00% <ø> (-1.54%) :arrow_down:
src/graphs_extensions/simplevaluegraphs.jl 64.86% <ø> (+1.70%) :arrow_up:
src/graphs_extensions/simpleweightedgraphs.jl 84.61% <ø> (+6.04%) :arrow_up:
src/subgraphs/abstractsubgraph.jl 72.41% <ø> (ø)
src/utilities.jl 77.33% <0.00%> (-0.70%) :arrow_down:
...olored/abstract_node_aligned_edge_colored_graph.jl 80.00% <80.00%> (ø)
src/multilayerdigraph.jl 88.46% <87.50%> (-2.24%) :arrow_down:
src/multilayergraph.jl 90.19% <87.50%> (+1.18%) :arrow_up:
src/undirected.jl 96.39% <89.23%> (ø)
... and 10 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.