webpack / webpack-sources

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

add faster streaming of chunks when no columns are mapped #125

Closed sokra closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #125 (9bad425) into main (c4d3e28) will increase coverage by 0.53%. The diff coverage is 95.16%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #125      +/-   ##
==========================================
+ Coverage   92.13%   92.67%   +0.53%     
==========================================
  Files          21       21              
  Lines        1475     1529      +54     
  Branches      400      422      +22     
==========================================
+ Hits         1359     1417      +58     
+ Misses        105      103       -2     
+ Partials       11        9       -2     
Flag Coverage Δ
integration 92.67% <95.16%> (+0.53%) :arrow_up:

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

Impacted Files Coverage Δ
lib/helpers/streamChunksOfCombinedSourceMap.js 91.27% <ø> (+2.68%) :arrow_up:
lib/helpers/streamChunksOfSourceMap.js 96.42% <94.44%> (-1.33%) :arrow_down:
lib/CachedSource.js 92.66% <100.00%> (ø)
lib/SourceMapSource.js 99.18% <100.00%> (+0.01%) :arrow_up:
lib/helpers/streamAndGetSourceAndMap.js 92.10% <100.00%> (ø)
lib/helpers/streamChunks.js 100.00% <100.00%> (ø)
lib/ReplaceSource.js 90.66% <0.00%> (+1.16%) :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 c4d3e28...9bad425. Read the comment docs.