kwelch / babel-plugin-captains-log

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

Revisioned Approach #8

Closed kwelch closed 7 years ago

kwelch commented 7 years ago

After taking @kentcdodds workshop, I revised my entire approach.

codecov[bot] commented 7 years ago

Codecov Report

Merging #8 into master will increase coverage by 3.6%. The diff coverage is 96.29%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master       #8     +/-   ##
=========================================
+ Coverage   93.22%   96.82%   +3.6%     
=========================================
  Files           1        1             
  Lines          59       63      +4     
  Branches       23       23             
=========================================
+ Hits           55       61      +6     
+ Misses          4        2      -2
Impacted Files Coverage Δ
src/index.js 96.82% <96.29%> (+3.6%) :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 3d087dc...90c62c4. Read the comment docs.

kwelch commented 7 years ago

@kentcdodds The set did the trick thanks. Feel free to add yourself to contributors if you like.