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

General improvements to the user experience #55

Closed ClaudMor closed 1 year ago

ClaudMor commented 1 year ago
codecov[bot] commented 1 year ago

Codecov Report

Merging #55 (a593377) into main (72c18d2) will decrease coverage by 0.61%. The diff coverage is 82.10%.

@@            Coverage Diff             @@
##             main      #55      +/-   ##
==========================================
- Coverage   83.95%   83.34%   -0.62%     
==========================================
  Files          29       30       +1     
  Lines        1733     2011     +278     
==========================================
+ Hits         1455     1676     +221     
- Misses        278      335      +57     
Impacted Files Coverage Δ
src/MultilayerGraphs.jl 100.00% <ø> (ø)
src/subgraphs/abstractdescriptor.jl 0.00% <0.00%> (ø)
src/subgraphs/abstractsubgraph.jl 72.41% <0.00%> (-0.85%) :arrow_down:
src/subgraphs/interlayerdescriptor.jl 73.33% <0.00%> (-26.67%) :arrow_down:
src/subgraphs/layer.jl 75.89% <ø> (-7.59%) :arrow_down:
src/subgraphs/layerdescriptor.jl 42.85% <0.00%> (-57.15%) :arrow_down:
src/traits.jl 100.00% <ø> (ø)
src/abstractmultilayergraph.jl 87.75% <5.88%> (-3.76%) :arrow_down:
src/multilayeredge.jl 53.33% <33.33%> (-10.00%) :arrow_down:
src/multilayergraph.jl 89.01% <50.00%> (-1.81%) :arrow_down:
... and 11 more

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

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 3825688380

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/multilayergraph.jl 1 2 50.0%
src/subgraphs/abstractsubgraph.jl 0 1 0.0%
src/multilayeredge.jl 1 3 33.33%
src/subgraphs/abstractdescriptor.jl 0 2 0.0%
src/subgraphs/interlayer.jl 114 118 96.61%
src/subgraphs/interlayerdescriptor.jl 0 4 0.0%
src/subgraphs/layerdescriptor.jl 0 4 0.0%
src/abstractmultilayergraph.jl 1 17 5.88%
src/subgraphs/layer.jl 149 203 73.4%
<!-- Total: 305 393 77.61% -->
Files with Coverage Reduction New Missed Lines %
src/multilayergraph.jl 1 89.01%
src/multilayeredge.jl 3 53.33%
<!-- Total: 4 -->
Totals Coverage Status
Change from base Build 3822271503: -0.6%
Covered Lines: 1676
Relevant Lines: 2011

💛 - Coveralls