kwelch / babel-plugin-captains-log

Babel plugin that injects helpful details into console statements
MIT License
85 stars 5 forks source link

Add Ability to inject Filename #5

Closed kwelch closed 7 years ago

kwelch commented 7 years ago

defaulted option to false to limit breaking changes until api is solidified

addresses: #3

codecov[bot] commented 7 years ago

Codecov Report

Merging #5 into master will increase coverage by 0.49%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #5      +/-   ##
==========================================
+ Coverage   92.72%   93.22%   +0.49%     
==========================================
  Files           1        1              
  Lines          55       59       +4     
  Branches       21       23       +2     
==========================================
+ Hits           51       55       +4     
  Misses          4        4
Impacted Files Coverage Δ
src/index.js 93.22% <100%> (+0.49%) :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 9bc639a...333dba2. Read the comment docs.