IGNF / route-graph-generator

Script collection used to generate routing data for Road2 (https://github.com/IGNF/road2)
https://ignf.github.io/route-graph-generator/
GNU General Public License v3.0
7 stars 3 forks source link

Merge 2.2.1 into master #57

Closed lgrd closed 1 year ago

lgrd commented 1 year ago

The branch master was far away from develop for a lot of reasons. The idea is to have the next releases on master and not on develop.

github-actions[bot] commented 1 year ago

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
1016 377 37% 0% 🟢

New Files

File Coverage Status
r2gg/about.py 100% 🟢
r2gg/cli.py 40% 🟢
TOTAL 70% 🟢

Modified Files

File Coverage Status
r2gg/init.py 100% 🟢
r2gg/_configure.py 95% 🟢
r2gg/_lua_builder.py 5% 🟢
r2gg/_main.py 29% 🟢
r2gg/_pivot_to_osm.py 94% 🟢
r2gg/_pivot_to_pgr.py 4% 🟢
r2gg/_valhalla_lua_builder.py 14% 🟢
TOTAL 49% 🟢

updated for commit: bb59a4d by action🐍