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: make headers self-contained #1030

Closed sergiud closed 8 months ago

codecov-commenter commented 8 months ago

Codecov Report

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

Comparison is base (dfce35c) 59.14% compared to head (63f445a) 58.95%.

Files Patch % Lines
src/flags.cc 27.50% 1 Missing and 28 partials :warning:
src/includes_unittest/glog_includes_raw_logging.cc 0.00% 6 Missing :warning:
src/includes_unittest/glog_includes_logging.cc 0.00% 5 Missing :warning:
src/includes_unittest/glog_includes_stl_logging.cc 0.00% 1 Missing :warning:
src/includes_unittest/glog_includes_vlog_is_on.cc 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1030 +/- ## ========================================== - Coverage 59.14% 58.95% -0.20% ========================================== Files 18 23 +5 Lines 2541 2553 +12 Branches 907 912 +5 ========================================== + Hits 1503 1505 +2 - Misses 694 706 +12 + Partials 344 342 -2 ```

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