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: use standard atomics and call_once #1026

Closed sergiud closed 8 months ago

codecov-commenter commented 8 months ago

Codecov Report

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

Comparison is base (51e7a43) 58.75% compared to head (de1f93d) 64.50%. Report is 1 commits behind head on master.

Files Patch % Lines
src/signalhandler.cc 0.00% 4 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1026 +/- ## ========================================== + Coverage 58.75% 64.50% +5.75% ========================================== Files 18 18 Lines 2560 3130 +570 Branches 918 1327 +409 ========================================== + Hits 1504 2019 +515 - Misses 707 726 +19 - Partials 349 385 +36 ```

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