webpack / webpack-sources

Source code handling classes for webpack
MIT License
261 stars 71 forks source link

improve handling of null sources and sourcesContent #126

Closed sokra closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #126 (8330ba6) into main (a44f36a) will decrease coverage by 0.17%. The diff coverage is 77.21%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #126      +/-   ##
==========================================
- Coverage   92.67%   92.50%   -0.18%     
==========================================
  Files          21       21              
  Lines        1529     1561      +32     
  Branches      422      451      +29     
==========================================
+ Hits         1417     1444      +27     
- Misses        103      108       +5     
  Partials        9        9              
Flag Coverage Δ
integration 92.50% <77.21%> (-0.18%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
lib/ReplaceSource.js 90.73% <66.66%> (+0.07%) :arrow_up:
lib/helpers/streamChunksOfCombinedSourceMap.js 87.50% <69.09%> (-3.78%) :arrow_down:
lib/ConcatSource.js 92.65% <100.00%> (+0.30%) :arrow_up:
lib/helpers/streamChunksOfSourceMap.js 97.91% <100.00%> (+1.48%) :arrow_up:
lib/helpers/getFromStreamChunks.js 90.74% <0.00%> (+1.85%) :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 a44f36a...8330ba6. Read the comment docs.