FormidableLabs / inspectpack

An inspection tool for Webpack frontend JavaScript bundles.
MIT License
592 stars 20 forks source link

BUG: Fix inference of node_modules for loader prefixes. #99

Closed ryan-roemer closed 5 years ago

ryan-roemer commented 5 years ago

Part of #79

codecov[bot] commented 5 years ago

Codecov Report

Merging #99 into master will increase coverage by 0.5%. The diff coverage is 95.65%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #99     +/-   ##
=========================================
+ Coverage   90.43%   90.93%   +0.5%     
=========================================
  Files          14       12      -2     
  Lines         669      651     -18     
  Branches      107      106      -1     
=========================================
- Hits          605      592     -13     
+ Misses         38       33      -5     
  Partials       26       26
Impacted Files Coverage Δ
src/lib/actions/base.ts 92.3% <95.65%> (+1.28%) :arrow_up:
src/lib/util/files.ts 86.66% <0%> (-4.64%) :arrow_down:
src/lib/util/strings.ts 100% <0%> (ø) :arrow_up:
src/lib/index.ts
src/lib/interfaces/modules.ts
src/lib/actions.ts 100% <0%> (+33.33%) :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 2ea66cd...8022af0. Read the comment docs.