Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: skip double compression for child compilation #18

Merged
merged 2 commits into from
Aug 4, 2020

Conversation

cap-Bernardito
Copy link
Member

This PR contains a:

  • bugfix
  • new feature
  • code refactor
  • test update
  • typo fix
  • metadata update

Motivation / Use-Case

Avoid double compression using child compilations

Breaking Changes

No

Additional Info

No

@codecov
Copy link

codecov bot commented Aug 4, 2020

Codecov Report

Merging #18 into master will decrease coverage by 0.17%.
The diff coverage is 88.23%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #18      +/-   ##
==========================================
- Coverage   95.00%   94.82%   -0.18%     
==========================================
  Files           5        5              
  Lines         240      251      +11     
  Branches       86       90       +4     
==========================================
+ Hits          228      238      +10     
  Misses         11       11              
- Partials        1        2       +1     
Impacted Files Coverage Δ
src/index.js 93.53% <86.66%> (-0.16%) ⬇️
src/Webpack5Cache.js 100.00% <100.00%> (ø)
src/minify.js 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 69c144c...2a209cb. Read the comment docs.

@alexander-akait alexander-akait merged commit ffc71c2 into master Aug 4, 2020
@alexander-akait alexander-akait deleted the fix-double-compression branch August 4, 2020 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants