3Hren / blackhole

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

feat: add builder for asynchonous sink #172

Closed 3Hren closed 7 years ago

3Hren commented 7 years ago

You'd might be interested.

codecov[bot] commented 7 years ago

Codecov Report

Merging #172 into develop will increase coverage by 0.12%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #172      +/-   ##
===========================================
+ Coverage    81.01%   81.14%   +0.12%     
===========================================
  Files          135      135              
  Lines         6757     6787      +30     
  Branches       334      334              
===========================================
+ Hits          5474     5507      +33     
+ Misses        1099     1098       -1     
+ Partials       184      182       -2
Impacted Files Coverage Δ
src/sink/asynchronous.hpp 100% <ø> (ø) :arrow_up:
src/sink/asynchronous.cpp 57.14% <100%> (+38.96%) :arrow_up:
include/blackhole/sink/asynchronous.hpp 100% <100%> (ø) :arrow_up:
tests/src/unit/sink/asynchronous.cpp 100% <100%> (ø) :arrow_up:
src/sink/asynchronous.p.cpp 66.07% <100%> (+6.81%) :arrow_up:

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 5257956...0799f76. Read the comment docs.