-
-
Notifications
You must be signed in to change notification settings - Fork 158
Backport support for target versions as strings #321
Conversation
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
efd24fb
to
55a591a
Compare
There was a problem hiding this 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(); |
There was a problem hiding this comment.
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 | ||
} | ||
{} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
something went wrong?
There was a problem hiding this comment.
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!
b51d541
to
8fb2222
Compare
Fixes #328. Fixes #322.