google / glog

C++ implementation of the Google logging module
http://google.github.io/glog/
BSD 3-Clause "New" or "Revised" License
6.99k stars 2.05k forks source link

feat: reduce manual deallocations #1016

Closed sergiud closed 8 months ago

codecov-commenter commented 8 months ago

Codecov Report

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

Comparison is base (8ff1a7d) 64.27% compared to head (03ab54b) 64.41%.

Files Patch % Lines
src/logging.cc 50.00% 7 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1016 +/- ## ========================================== + Coverage 64.27% 64.41% +0.14% ========================================== Files 18 18 Lines 3230 3229 -1 Branches 1074 1071 -3 ========================================== + Hits 2076 2080 +4 + Misses 729 727 -2 + Partials 425 422 -3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.