perfectly-balanced / PathBench

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

Graphics Testing #50

Closed judicaelclair closed 3 years ago

judicaelclair commented 3 years ago

Preliminary code for headless graphics testing with rudimentary system tests:

codecov-io commented 3 years ago

Codecov Report

Merging #50 (003dbd7) into master (e2ffa8e) will increase coverage by 2.50%. The diff coverage is 95.08%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #50      +/-   ##
==========================================
+ Coverage   80.86%   83.37%   +2.50%     
==========================================
  Files          52       61       +9     
  Lines        2514     3080     +566     
==========================================
+ Hits         2033     2568     +535     
- Misses        481      512      +31     
Impacted Files Coverage Δ
src/maps.py 100.00% <ø> (ø)
src/algorithms/configuration/maps/dense_map.py 87.68% <50.00%> (-0.56%) :arrow_down:
tests/utils.py 82.00% <82.00%> (ø)
...gorithm/test_configuration/test_graphics/common.py 91.04% <91.04%> (ø)
..._configuration/test_graphics/test_labyrinth_RRT.py 96.29% <96.29%> (ø)
...est_configuration/test_graphics/test_3d_map_RRT.py 96.66% <96.66%> (ø)
...iguration/test_graphics/test_3d_map_RRT_connect.py 96.92% <96.92%> (ø)
...st_configuration/test_graphics/test_labyrinth_A.py 96.96% <96.96%> (ø)
.../test_configuration/test_graphics/test_3d_map_A.py 97.36% <97.36%> (ø)
...t_configuration/test_graphics/test_save_restore.py 98.21% <98.21%> (ø)
... and 12 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 e2ffa8e...003dbd7. Read the comment docs.