google / glog

C++ implementation of the Google logging module
http://google.github.io/glog/
BSD 3-Clause "New" or "Revised" License
6.93k stars 2.05k forks source link

feat: support failure functions that throw #1074

Closed sergiud closed 5 months ago

sergiud commented 5 months ago

Resolves #249

codecov-commenter commented 5 months ago

Codecov Report

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

Comparison is base (68b6ce3) 59.60% compared to head (316d143) 59.73%. Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1074 +/- ## ========================================== + Coverage 59.60% 59.73% +0.13% ========================================== Files 19 19 Lines 2604 2608 +4 Branches 914 919 +5 ========================================== + Hits 1552 1558 +6 - Misses 712 730 +18 + Partials 340 320 -20 ``` | [Files](https://app.codecov.io/gh/google/glog/pull/1074?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=google) | Coverage Δ | | |---|---|---| | [src/glog/logging.h](https://app.codecov.io/gh/google/glog/pull/1074?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=google#diff-c3JjL2dsb2cvbG9nZ2luZy5o) | `65.71% <33.33%> (+1.42%)` | :arrow_up: | | [src/logging.cc](https://app.codecov.io/gh/google/glog/pull/1074?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=google#diff-c3JjL2xvZ2dpbmcuY2M=) | `67.01% <66.66%> (+0.17%)` | :arrow_up: | ... and [3 files with indirect coverage changes](https://app.codecov.io/gh/google/glog/pull/1074/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=google)