Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop using __PRETTY_FUNCTION__ #747

Merged
merged 1 commit into from
Dec 2, 2023

Drop using __PRETTY_FUNCTION__

8e63710
Select commit
Loading
Failed to load commit list.
Merged

Drop using __PRETTY_FUNCTION__ #747

Drop using __PRETTY_FUNCTION__
8e63710
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 2, 2023 in 0s

50.88% (+0.01%) compared to 4305283

View this Pull Request on Codecov

50.88% (+0.01%) compared to 4305283

Details

Codecov Report

Attention: 28 lines in your changes are missing coverage. Please review.

Comparison is base (4305283) 50.87% compared to head (8e63710) 50.88%.

Files Patch % Lines
g2o/core/optimizable_graph.cpp 0.00% 14 Missing ⚠️
g2o/core/hyper_dijkstra.cpp 0.00% 2 Missing ⚠️
g2o/core/parameter_container.cpp 0.00% 2 Missing ⚠️
g2o/core/sparse_optimizer.cpp 33.33% 2 Missing ⚠️
g2o/solvers/csparse/csparse_extension.cpp 0.00% 2 Missing ⚠️
g2o/core/block_solver.hpp 0.00% 1 Missing ⚠️
g2o/core/optimization_algorithm_dogleg.cpp 0.00% 1 Missing ⚠️
g2o/core/optimization_algorithm_gauss_newton.cpp 0.00% 1 Missing ⚠️
g2o/core/optimization_algorithm_levenberg.cpp 85.71% 1 Missing ⚠️
g2o/solvers/slam2d_linear/solver_slam2d_linear.cpp 0.00% 1 Missing ⚠️
... and 1 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #747      +/-   ##
==========================================
+ Coverage   50.87%   50.88%   +0.01%     
==========================================
  Files         271      271              
  Lines       10969    10966       -3     
==========================================
  Hits         5580     5580              
+ Misses       5389     5386       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.