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

Simplify dijkstra code and add tests #21

Merged
merged 11 commits into from
Feb 27, 2024

speed test file

04dbe1e
Select commit
Loading
Failed to load commit list.
Merged

Simplify dijkstra code and add tests #21

speed test file
04dbe1e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 27, 2024 in 0s

69.51% (+4.07%) compared to d0ac91d

View this Pull Request on Codecov

69.51% (+4.07%) compared to d0ac91d

Details

Codecov Report

Attention: Patch coverage is 92.50000% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 69.51%. Comparing base (d0ac91d) to head (04dbe1e).
Report is 3 commits behind head on dev.

Files Patch % Lines
R/connectivity.R 75.00% 1 Missing ⚠️
R/dijkstra.R 85.71% 1 Missing ⚠️
R/hasCosts.R 83.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##              dev      #21      +/-   ##
==========================================
+ Coverage   65.43%   69.51%   +4.07%     
==========================================
  Files          19       21       +2     
  Lines        1325     1335      +10     
==========================================
+ Hits          867      928      +61     
+ Misses        458      407      -51     

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