perfectly-balanced / PathBench

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

Tests directory restructure #52

Closed judicaelclair closed 3 years ago

judicaelclair commented 3 years ago
codecov-io commented 3 years ago

Codecov Report

Merging #52 (f41e381) into master (c143e37) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #52   +/-   ##
=======================================
  Coverage   83.37%   83.37%           
=======================================
  Files          61       61           
  Lines        3080     3080           
=======================================
  Hits         2568     2568           
  Misses        512      512           
Impacted Files Coverage Δ
tests/test_entities/test_agent.py 97.43% <ø> (ø)
tests/test_entities/test_entity.py 97.36% <ø> (ø)
tests/test_entities/test_extended_wall.py 97.43% <ø> (ø)
tests/test_entities/test_goal.py 97.43% <ø> (ø)
tests/test_entities/test_obstacle.py 97.43% <ø> (ø)
tests/test_entities/test_point.py 98.00% <ø> (ø)
tests/test_entities/test_size.py 98.00% <ø> (ø)
tests/test_entities/test_trace.py 97.14% <ø> (ø)
tests/test_graphics/test_3d_map_A.py 97.36% <ø> (ø)
tests/test_graphics/test_3d_map_potential_field.py 96.66% <ø> (ø)
... and 13 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 c143e37...f41e381. Read the comment docs.