webpack / webpack-sources

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

performance #118

Closed sokra closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #118 (027a468) into main (be3c5f7) will increase coverage by 0.98%. The diff coverage is 90.94%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #118      +/-   ##
==========================================
+ Coverage   88.59%   89.58%   +0.98%     
==========================================
  Files          13       21       +8     
  Lines        1035     1479     +444     
  Branches      261      400     +139     
==========================================
+ Hits          917     1325     +408     
- Misses        107      138      +31     
- Partials       11       16       +5     
Flag Coverage Δ
integration 89.58% <90.94%> (+0.98%) :arrow_up:

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

Impacted Files Coverage Δ
lib/helpers/getSource.js 75.00% <75.00%> (ø)
lib/helpers/streamChunksOfCombinedSourceMap.js 79.86% <79.86%> (ø)
lib/ReplaceSource.js 82.37% <86.85%> (-5.58%) :arrow_down:
lib/helpers/streamChunksOfRawSource.js 88.23% <88.23%> (ø)
lib/helpers/getFromStreamChunks.js 88.88% <88.88%> (ø)
lib/helpers/getGeneratedSourceInfo.js 91.66% <91.66%> (ø)
lib/helpers/streamAndGetSourceAndMap.js 92.10% <92.10%> (ø)
lib/helpers/streamChunksOfSourceMap.js 93.25% <93.25%> (ø)
lib/OriginalSource.js 93.42% <95.65%> (-0.03%) :arrow_down:
lib/helpers/readMappings.js 95.91% <95.91%> (ø)
... and 20 more

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 be3c5f7...027a468. Read the comment docs.