FormidableLabs / inspectpack

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

Feature: Add --bail option #142

Closed ryan-roemer closed 4 years ago

ryan-roemer commented 4 years ago

@alexander-schranz -- mind kicking the tires on this? Thanks!

codecov[bot] commented 4 years ago

Codecov Report

Merging #142 into master will decrease coverage by 0.60%. The diff coverage is 16.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #142      +/-   ##
==========================================
- Coverage   92.47%   91.86%   -0.61%     
==========================================
  Files          13       13              
  Lines         757      762       +5     
  Branches      126      126              
==========================================
  Hits          700      700              
- Misses         24       29       +5     
  Partials       33       33              
Impacted Files Coverage Δ
src/lib/actions/base.ts 92.10% <0.00%> (-0.82%) :arrow_down:
src/lib/actions/duplicates.ts 92.20% <0.00%> (-2.46%) :arrow_down:
src/lib/actions/versions.ts 93.12% <0.00%> (-1.00%) :arrow_down:
src/lib/index.ts 100.00% <100.00%> (ø)

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 3edf394...6825386. Read the comment docs.

ryan-roemer commented 4 years ago

Released in `inspectpack@4.5.1

alexander-schranz commented 4 years ago

@ryan-roemer Nice 👍🏼 Thank you for this!