MRPT / mrpt

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

Fix: Render with EGL #1221

Closed jlblancoc closed 2 years ago

jlblancoc commented 2 years ago

Changed apps/libraries

codecov[bot] commented 2 years ago

Codecov Report

Merging #1221 (9bc6dc9) into develop (c7ba819) will not change coverage. The diff coverage is 100.00%.

:exclamation: Current head 9bc6dc9 differs from pull request most recent head 988a50b. Consider uploading reports for the commit 988a50b to get more accurate results

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #1221   +/-   ##
========================================
  Coverage    39.19%   39.19%           
========================================
  Files         1284     1285    +1     
  Lines       109645   109645           
========================================
  Hits         42974    42974           
  Misses       66671    66671           
Impacted Files Coverage Δ
libs/core/include/mrpt/core/bits_math.h 93.75% <ø> (-0.37%) :arrow_down:
libs/core/include/mrpt/core/exceptions.h 86.36% <ø> (ø)
libs/gui/src/MRPT2NanoguiGLCanvas.cpp 0.00% <ø> (ø)
libs/maps/src/opengl/CAngularObservationMesh.cpp 22.02% <ø> (ø)
libs/opengl/src/CAssimpModel.cpp 0.34% <ø> (ø)
libs/opengl/src/CMesh.cpp 76.06% <ø> (ø)
libs/opengl/src/CMeshFast.cpp 57.72% <ø> (ø)
libs/opengl/src/COpenGLBuffer.cpp 76.92% <ø> (ø)
libs/opengl/src/COpenGLFramebuffer.cpp 69.14% <ø> (ø)
libs/opengl/src/COpenGLScene.cpp 51.72% <ø> (ø)
... 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 c7ba819...988a50b. Read the comment docs.