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

New MultilayerGraphs.jl Pre-Release #31

Closed InterdisciplinaryPhysicsTeam closed 1 year ago

InterdisciplinaryPhysicsTeam commented 1 year ago
coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 3660030051

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/halfedge.jl 4 6 66.67%
src/vertices/multilayervertex.jl 16 19 84.21%
src/abstractmultilayerugraph.jl 129 133 96.99%
src/graphofgraphs/graphofgraphs.jl 0 4 0.0%
src/representations/abstractmatrixrepresentation.jl 4 9 44.44%
src/representations/abstracttensorrepresentation.jl 6 13 46.15%
src/multilayeredge.jl 12 23 52.17%
src/graphs_extensions/metagraphs.jl 10 23 43.48%
src/graphs_extensions/simpleweightedgraphs.jl 10 25 40.0%
src/subgraphs/layer.jl 88 106 83.02%
<!-- Total: 1007 1378 73.08% -->
Files with Coverage Reduction New Missed Lines %
src/abstractmultilayerdigraph.jl 1 98.74%
src/abstractmultilayergraph.jl 1 90.6%
src/multilayerdigraph.jl 1 62.77%
src/abstractmultilayerugraph.jl 11 90.0%
src/utilities.jl 41 24.75%
src/tensorsfactorizations.jl 68 0.0%
<!-- Total: 123 -->
Totals Coverage Status
Change from base Build 3014383435: -12.8%
Covered Lines: 1137
Relevant Lines: 1757

💛 - Coveralls
codecov[bot] commented 1 year ago

Codecov Report

Merging #31 (59eeaae) into main (5ae9fe5) will decrease coverage by 13.38%. The diff coverage is 73.07%.

@@             Coverage Diff             @@
##             main      #31       +/-   ##
===========================================
- Coverage   78.09%   64.71%   -13.39%     
===========================================
  Files          18       30       +12     
  Lines        1242     1757      +515     
===========================================
+ Hits          970     1137      +167     
- Misses        272      620      +348     
Impacted Files Coverage Δ
src/abstracttransparentgraphwrapper.jl 0.00% <0.00%> (ø)
src/graphofgraphs/graphofgraphs.jl 0.00% <0.00%> (ø)
src/utilities.jl 24.74% <1.07%> (-58.59%) :arrow_down:
src/graphs_extensions/simplevaluegraphs.jl 37.50% <37.50%> (ø)
src/graphs_extensions/simpleweightedgraphs.jl 15.62% <40.00%> (ø)
src/graphs_extensions/metagraphs.jl 43.47% <43.47%> (ø)
...rc/representations/abstractmatrixrepresentation.jl 44.44% <44.44%> (ø)
...rc/representations/abstracttensorrepresentation.jl 46.15% <46.15%> (ø)
src/multilayeredge.jl 56.00% <52.17%> (-44.00%) :arrow_down:
src/multilayerdigraph.jl 62.76% <64.04%> (-14.30%) :arrow_down:
... and 28 more

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