mindmelting / lex-oscarbot

7 stars 2 forks source link

Add debug logging for incoming/outgoing events #135

Closed dwmkerr closed 7 years ago

dwmkerr commented 7 years ago

Fixes #114. Also cleans up some duplicate code and superfluous console logging.

mindmelting commented 7 years ago

Codecov Report

Merging #135 into master will increase coverage by 0.7%. The diff coverage is 85.18%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #135     +/-   ##
=========================================
+ Coverage   85.57%   86.27%   +0.7%     
=========================================
  Files          54       55      +1     
  Lines         707      714      +7     
=========================================
+ Hits          605      616     +11     
+ Misses        102       98      -4
Impacted Files Coverage Δ
oscarbot/intents/countIssues.js 100% <100%> (ø) :arrow_up:
oscarbot/index.js 93.75% <100%> (+1.44%) :arrow_up:
oscarbot/intents/topIssues.js 35.29% <40%> (+8.02%) :arrow_up:
oscarbot/logging/index.js 92.85% <92.85%> (ø)

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 3bf7d71...f146d86. Read the comment docs.