fgm / filog

A fine logger package for Meteor.JS applications (client + server)
GNU General Public License v3.0
18 stars 6 forks source link

Issue #63: Split context by source #64

Closed fgm closed 5 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #64 into master will decrease coverage by 14.1%. The diff coverage is 83.3%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #64      +/-   ##
=========================================
- Coverage    89.6%   75.5%   -14.2%     
=========================================
  Files          26      16      -10     
  Lines         756     319     -437     
  Branches        0      69      +69     
=========================================
- Hits          678     241     -437     
+ Misses         78      67      -11     
- Partials        0      11      +11
Impacted Files Coverage Δ
src/Strategies/StrategyBase.js 50% <ø> (ø) :arrow_up:
src/Senders/SenderBase.js 100% <ø> (ø) :arrow_up:
src/Processors/MeteorUserProcessor.js 67.8% <100%> (+0.5%) :arrow_up:
src/Senders/MongodbSender.js 100% <100%> (ø) :arrow_up:
src/Senders/ConsoleSender.js 75% <100%> (ø)
src/Senders/SyslogSender.js 92.8% <100%> (+0.8%) :arrow_up:
src/Processors/BrowserProcessor.js 100% <100%> (ø) :arrow_up:
src/ClientLogger.js 60% <60%> (ø)
src/ServerLogger.js 63.9% <77.2%> (+4.5%) :arrow_up:
src/Logger.js 82.1% <82.5%> (+2.5%) :arrow_up:
... and 11 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 8ce4b2b...1af660f. Read the comment docs.

scrutinizer-notifier commented 6 years ago

The inspection completed: 2 new issues, 39 updated code elements

fgm commented 5 years ago

Won't be merged as such: replaced by PR #67 using TypeScript instead.