Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(algorithm): support biased second order random walk #280

Merged
merged 17 commits into from
Dec 4, 2023

chore: nullableKeys test

7d6e8ca
Select commit
Loading
Failed to load commit list.
Merged

feat(algorithm): support biased second order random walk #280

chore: nullableKeys test
7d6e8ca
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 4, 2023 in 1s

84.99% (-0.04%) compared to ff85e34

View this Pull Request on Codecov

84.99% (-0.04%) compared to ff85e34

Details

Codecov Report

Attention: 29 lines in your changes are missing coverage. Please review.

Comparison is base (ff85e34) 85.03% compared to head (7d6e8ca) 84.99%.
Report is 4 commits behind head on master.

❗ Current head 7d6e8ca differs from pull request most recent head 94bd35b. Consider uploading reports for the commit 94bd35b to get more accurate results

Files Patch % Lines
...egraph/computer/algorithm/sampling/RandomWalk.java 78.86% 11 Missing and 15 partials ⚠️
...hugegraph/computer/core/graph/value/ListValue.java 33.33% 1 Missing and 1 partial ⚠️
...computer/algorithm/sampling/RandomWalkMessage.java 95.65% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #280      +/-   ##
============================================
- Coverage     85.03%   84.99%   -0.04%     
- Complexity     3246     3291      +45     
============================================
  Files           345      349       +4     
  Lines         12298    12472     +174     
  Branches       1102     1129      +27     
============================================
+ Hits          10458    10601     +143     
- Misses         1315     1328      +13     
- Partials        525      543      +18     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.