MRPT / mrpt

:zap: The Mobile Robot Programming Toolkit (MRPT)
https://docs.mrpt.org/reference/latest/
BSD 3-Clause "New" or "Revised" License
1.93k stars 630 forks source link

Increase tests code coverage; bump next version to 2.3.0; clean up & update mrpt-math #1153

Closed jlblancoc closed 3 years ago

jlblancoc commented 3 years ago

Changed apps/libraries

PR Description

codecov[bot] commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (develop@7585e6f). Click here to learn what that means. The diff coverage is 35.51%.

Impacted file tree graph

@@            Coverage Diff             @@
##             develop    #1153   +/-   ##
==========================================
  Coverage           ?   37.47%           
==========================================
  Files              ?     1201           
  Lines              ?   105860           
  Branches           ?        0           
==========================================
  Hits               ?    39670           
  Misses             ?    66190           
  Partials           ?        0           
Impacted Files Coverage Δ
libs/graphs/include/mrpt/graphs/dijkstra.h 0.00% <ø> (ø)
libs/maps/src/maps/CHeightGridMap2D_Base.cpp 0.00% <0.00%> (ø)
libs/math/include/mrpt/math/TPlane.h 50.00% <ø> (ø)
libs/math/include/mrpt/math/TPolygon2D.h 100.00% <ø> (ø)
libs/math/include/mrpt/math/TPolygon3D.h 25.00% <ø> (ø)
libs/math/include/mrpt/math/geometry.h 73.84% <ø> (ø)
libs/math/src/TObject3D.cpp 0.00% <0.00%> (ø)
libs/math/src/TPolygon2D.cpp 43.47% <0.00%> (ø)
libs/math/src/TPolygon3D.cpp 3.89% <0.00%> (ø)
libs/math/src/TSegment2D.cpp 62.16% <0.00%> (ø)
... and 15 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 7585e6f...3a289c0. Read the comment docs.