3Hren / blackhole

Yet another logging library.
MIT License
201 stars 57 forks source link

v1.9.0 #176

Closed 3Hren closed 7 years ago

3Hren commented 7 years ago

Added

{
    "type": "file",
    "path": "file.log",
    "rotate": {
        "type": "stat"
    }
}

ABI report: compatible.

cc @shaitan.

codecov[bot] commented 7 years ago

Codecov Report

Merging #176 into master will decrease coverage by 0.36%. The diff coverage is 45.88%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #176      +/-   ##
=========================================
- Coverage   81.06%   80.7%   -0.37%     
=========================================
  Files         137     140       +3     
  Lines        6887    6964      +77     
  Branches      337     342       +5     
=========================================
+ Hits         5583    5620      +37     
- Misses       1117    1156      +39     
- Partials      187     188       +1
Impacted Files Coverage Δ
include/blackhole/sink/file.hpp 100% <ø> (ø) :arrow_up:
src/sink/file/rotate/stat.hpp 0% <0%> (ø)
tests/facade.cpp 100% <100%> (ø) :arrow_up:
src/sink/file/rotate.hpp 100% <100%> (ø)
src/sink/file/rotate/null.hpp 16.66% <16.66%> (ø)
src/sink/file.cpp 61.68% <21.42%> (-11.26%) :arrow_down:
src/sink/file.hpp 73.33% <50%> (-10%) :arrow_down:
tests/src/unit/sink/file.cpp 98.01% <92.3%> (-0.86%) :arrow_down:
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 31fc650...c374d86. Read the comment docs.