Undirected graph revival #63
Merged
This check has been archived and is scheduled for deletion.
Learn more about checks retention
Codecov / codecov/project
failed
Oct 19, 2023 in 0s
26.10% (-0.69%) compared to 14df00b
View this Pull Request on Codecov
26.10% (-0.69%) compared to 14df00b
Details
Codecov Report
Merging #63 (103c6a8) into developer (14df00b) will decrease coverage by
0.69%
.
Report is 1 commits behind head on developer.
The diff coverage is19.23%
.
@@ Coverage Diff @@
## developer #63 +/- ##
=============================================
- Coverage 26.79% 26.10% -0.69%
=============================================
Files 36 36
Lines 1922 2007 +85
=============================================
+ Hits 515 524 +9
- Misses 1407 1483 +76
Files | Coverage Δ | |
---|---|---|
src/Graphoscope/Algorithms/Louvain.fs | 0.00% <ø> (ø) |
|
src/Graphoscope/Measures/ClusteringCoefficient.fs | 0.00% <ø> (ø) |
|
src/Graphoscope/RandomModels/BarabasiAlbert.fs | 0.00% <ø> (ø) |
|
src/Graphoscope/RandomModels/RegularRingLattice.fs | 85.71% <100.00%> (ø) |
|
src/Graphoscope/RandomModels/WattsStrogatz.fs | 88.23% <ø> (-5.89%) |
⬇️ |
src/Graphoscope/RandomModels/CompleteGraph.fs | 0.00% <0.00%> (ø) |
|
src/Graphoscope/RandomModels/ErdosRenyi.fs | 0.00% <0.00%> (ø) |
|
src/Graphoscope/Measures/Size.fs | 0.00% <0.00%> (ø) |
|
src/Graphoscope/Measures/Volume.fs | 0.00% <0.00%> (ø) |
|
src/Graphoscope/Measures/Degree.fs | 24.13% <0.00%> (-2.12%) |
⬇️ |
... and 4 more |
Loading