3Hren / blackhole

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

Fix some type mistakes #187

Closed Abu-Zakaria closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #187 into master will increase coverage by 0.27%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #187      +/-   ##
==========================================
+ Coverage    83.2%   83.47%   +0.27%     
==========================================
  Files         140      140              
  Lines        7019     7019              
==========================================
+ Hits         5840     5859      +19     
+ Misses       1179     1160      -19
Impacted Files Coverage Δ
src/sink/asynchronous.p.cpp 68.96% <0%> (+1.72%) :arrow_up:
src/sink/console.cpp 85.33% <0%> (+4%) :arrow_up:
tests/src/unit/sink/console.cpp 92.3% <0%> (+5.12%) :arrow_up:
src/termcolor.cpp 91.66% <0%> (+36.11%) :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 9eaca96...e340329. Read the comment docs.

3Hren commented 6 years ago

Thanks!