perfectly-balanced / PathBench

Benchmarking Platform for Classic and Learned Path Planning Algorithms.
Other
91 stars 18 forks source link

MapManager & command-line interface analogous to algorithm's one #61

Closed Nabushika closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #61 (330f13a) into master (0993e03) will increase coverage by 0.07%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #61      +/-   ##
==========================================
+ Coverage   82.43%   82.50%   +0.07%     
==========================================
  Files          67       67              
  Lines        3302     3316      +14     
==========================================
+ Hits         2722     2736      +14     
  Misses        580      580              
Impacted Files Coverage Δ
src/algorithms/configuration/maps/dense_map.py 89.92% <100.00%> (+0.07%) :arrow_up:
src/algorithms/configuration/maps/map.py 64.44% <100.00%> (+0.31%) :arrow_up:
...lgorithms/configuration/maps/occupancy_grid_map.py 53.37% <100.00%> (ø)
src/algorithms/configuration/maps/sparse_map.py 89.24% <100.00%> (ø)
src/maps/maps.py 100.00% <100.00%> (ø)
src/utility/misc.py 53.48% <100.00%> (+4.77%) :arrow_up:
tests/test_maps/test_dense_map.py 100.00% <100.00%> (ø)
tests/test_maps/test_dense_map_3d.py 100.00% <100.00%> (ø)
tests/test_maps/test_sparse_3d.py 100.00% <100.00%> (ø)
tests/test_maps/test_sparse_map.py 100.00% <100.00%> (ø)
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0993e03...330f13a. Read the comment docs.