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 threads #1019

Closed sergiud closed 8 months ago

codecov-commenter commented 8 months ago

Codecov Report

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

Comparison is base (645d0a5) 64.42% compared to head (066300c) 64.53%.

Files Patch % Lines
src/signalhandler.cc 0.00% 7 Missing and 1 partial :warning:
src/logging.cc 83.33% 0 Missing and 1 partial :warning:
src/raw_logging.cc 92.85% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1019 +/- ## ========================================== + Coverage 64.42% 64.53% +0.10% ========================================== Files 18 18 Lines 3233 3234 +1 Branches 1072 1079 +7 ========================================== + Hits 2083 2087 +4 + Misses 727 724 -3 Partials 423 423 ```

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