Skip to content
This repository has been archived by the owner on May 11, 2018. It is now read-only.

Backport support for target versions as strings #321

Merged
merged 3 commits into from
May 20, 2017

Conversation

existentialism
Copy link
Member

@existentialism existentialism commented May 10, 2017

Fixes #328. Fixes #322.

@codecov-io
Copy link

codecov-io commented May 10, 2017

Codecov Report

Merging #321 into master will increase coverage by 0.49%.
The diff coverage is 92.47%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #321      +/-   ##
=========================================
+ Coverage    93.2%   93.7%   +0.49%     
=========================================
  Files           4       6       +2     
  Lines         206     254      +48     
  Branches       60      69       +9     
=========================================
+ Hits          192     238      +46     
- Misses          9      11       +2     
  Partials        5       5
Impacted Files Coverage Δ
src/index.js 100% <100%> (+4.38%) ⬆️
src/utils.js 83.87% <83.87%> (ø)
src/targets-parser.js 96.36% <96.36%> (ø)

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 fd35519...c7d0e17. Read the comment docs.

Copy link
Member

@yavorsky yavorsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but seems like something wrong with android debug fixture.

if (plugin.chrome >= 28) {
plugin.opera = plugin.chrome - 13;
plugin.opera = (plugin.chrome - 13).toString();
Copy link
Member

@yavorsky yavorsky May 15, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Once, flow might be angry 😡

{
"android": 4
}
{}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

something went wrong?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch, merge fail, fixed!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants