Skip to content

add initial commit for routing engine#465

Open
ljwolf wants to merge 4 commits into
pysal:mainfrom
ljwolf:main
Open

add initial commit for routing engine#465
ljwolf wants to merge 4 commits into
pysal:mainfrom
ljwolf:main

Merge pull request #6 from fiendskrah/feature/route

8b11450
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 6, 2026 in 0s

70.2% (-7.6%) compared to 13ca45e

View this Pull Request on Codecov

70.2% (-7.6%) compared to 13ca45e

Details

Codecov Report

❌ Patch coverage is 0% with 354 lines in your changes missing coverage. Please review.
✅ Project coverage is 70.2%. Comparing base (13ca45e) to head (8b11450).
⚠️ Report is 35 commits behind head on main.

Files with missing lines Patch % Lines
spopt/route/utils.py 0.0% 149 Missing ⚠️
spopt/route/heuristic.py 0.0% 147 Missing ⚠️
spopt/route/engine.py 0.0% 58 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##            main    #465     +/-   ##
=======================================
- Coverage   77.8%   70.2%   -7.6%     
=======================================
  Files         27      32      +5     
  Lines       2638    4054   +1416     
=======================================
+ Hits        2053    2846    +793     
- Misses       585    1208    +623     
Files with missing lines Coverage Δ
spopt/route/engine.py 0.0% <0.0%> (ø)
spopt/route/heuristic.py 0.0% <0.0%> (ø)
spopt/route/utils.py 0.0% <0.0%> (ø)

... and 5 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.