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(demangle): support decltype(nullptr) and pack expansion #1018

Closed sergiud closed 8 months ago

codecov-commenter commented 8 months ago

Codecov Report

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

Comparison is base (45d7978) 64.41% compared to head (f6ccf02) 64.42%.

Files Patch % Lines
src/demangle.cc 83.33% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1018 +/- ## ========================================== + Coverage 64.41% 64.42% +0.01% ========================================== Files 18 18 Lines 3229 3233 +4 Branches 1071 1072 +1 ========================================== + Hits 2080 2083 +3 Misses 727 727 - Partials 422 423 +1 ```

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