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

fix: make log severity type safe #1025

Closed sergiud closed 8 months ago

sergiud commented 8 months ago

Fixes #590

codecov-commenter commented 8 months ago

Codecov Report

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

Comparison is base (51e7a43) 58.75% compared to head (2f5e950) 59.01%.

Files Patch % Lines
src/logging.cc 53.33% 7 Missing :warning:
src/signalhandler.cc 0.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1025 +/- ## ========================================== + Coverage 58.75% 59.01% +0.26% ========================================== Files 18 18 Lines 2560 2550 -10 Branches 918 912 -6 ========================================== + Hits 1504 1505 +1 + Misses 707 701 -6 + Partials 349 344 -5 ```

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