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: better encapsulate internals #1055

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 (2b5a53c) 60.03% compared to head (f7887f9) 59.12%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1055 +/- ## ========================================== - Coverage 60.03% 59.12% -0.91% ========================================== Files 19 19 Lines 2580 2574 -6 Branches 911 911 ========================================== - Hits 1549 1522 -27 - Misses 692 706 +14 - Partials 339 346 +7 ``` | [Files](https://app.codecov.io/gh/google/glog/pull/1055?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=google) | Coverage Δ | | |---|---|---| | [src/demangle.cc](https://app.codecov.io/gh/google/glog/pull/1055?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=google#diff-c3JjL2RlbWFuZ2xlLmNj) | `50.00% <ø> (ø)` | | | [src/raw\_logging.cc](https://app.codecov.io/gh/google/glog/pull/1055?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=google#diff-c3JjL3Jhd19sb2dnaW5nLmNj) | `93.44% <100.00%> (ø)` | | | [src/stacktrace\_generic-inl.h](https://app.codecov.io/gh/google/glog/pull/1055?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=google#diff-c3JjL3N0YWNrdHJhY2VfZ2VuZXJpYy1pbmwuaA==) | `57.14% <ø> (ø)` | | | [src/stacktrace\_libunwind-inl.h](https://app.codecov.io/gh/google/glog/pull/1055?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=google#diff-c3JjL3N0YWNrdHJhY2VfbGlidW53aW5kLWlubC5o) | `70.00% <ø> (ø)` | | | [src/stacktrace\_windows-inl.h](https://app.codecov.io/gh/google/glog/pull/1055?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=google#diff-c3JjL3N0YWNrdHJhY2Vfd2luZG93cy1pbmwuaA==) | `66.66% <ø> (ø)` | | | [src/stacktrace\_x86-inl.h](https://app.codecov.io/gh/google/glog/pull/1055?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=google#diff-c3JjL3N0YWNrdHJhY2VfeDg2LWlubC5o) | `65.00% <ø> (ø)` | | | [src/symbolize.cc](https://app.codecov.io/gh/google/glog/pull/1055?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=google#diff-c3JjL3N5bWJvbGl6ZS5jYw==) | `47.04% <ø> (-7.59%)` | :arrow_down: | | [src/utilities.cc](https://app.codecov.io/gh/google/glog/pull/1055?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=google#diff-c3JjL3V0aWxpdGllcy5jYw==) | `71.96% <100.00%> (ø)` | | | [src/utilities.h](https://app.codecov.io/gh/google/glog/pull/1055?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=google#diff-c3JjL3V0aWxpdGllcy5o) | `100.00% <ø> (ø)` | | | [src/vlog\_is\_on.cc](https://app.codecov.io/gh/google/glog/pull/1055?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=google#diff-c3JjL3Zsb2dfaXNfb24uY2M=) | `61.71% <ø> (ø)` | | | ... and [6 more](https://app.codecov.io/gh/google/glog/pull/1055?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=google) | |