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

handle default statements with fallthrough properly [fix #423] #482

Merged
merged 2 commits into from
Mar 22, 2017

Conversation

vigneshshanmugam
Copy link
Member

@codecov
Copy link

codecov bot commented Mar 21, 2017

Codecov Report

Merging #482 into master will increase coverage by 0.22%.
The diff coverage is 100%.

@@            Coverage Diff            @@
##           master    #482      +/-   ##
=========================================
+ Coverage   82.38%   82.6%   +0.22%     
=========================================
  Files          35      35              
  Lines        2611    2685      +74     
  Branches      923     950      +27     
=========================================
+ Hits         2151    2218      +67     
- Misses        280     285       +5     
- Partials      180     182       +2
Impacted Files Coverage Δ
packages/babel-plugin-minify-simplify/src/index.js 80.72% <100%> (+0.4%) ⬆️
...ages/babel-plugin-minify-mangle-names/src/index.js 75.4% <0%> (-1%) ⬇️
packages/babel-plugin-minify-builtins/src/index.js 92.3% <0%> (+1.53%) ⬆️

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 2379fc1...7f0b399. Read the comment docs.

@boopathi boopathi added the Tag: Bug Fix Pull Request fixes a bug label Mar 21, 2017
@boopathi boopathi self-requested a review March 21, 2017 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Tag: Bug Fix Pull Request fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Default case in the middle of a switch doesn't fallthrough correctly
2 participants