Repo Added
01 Sep 2016 12:48AM UTC
|
Total Files
25
|
# Builds
456
Last
|
Badge
README BADGES
|
push
travis-ci
171 of 219 branches covered (78.08%)
534 of 602 relevant lines covered (88.7%)
5.23 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|
Builds | Branch | Coverage | Commit | Committer | Type | Time | Via |
---|---|---|---|---|---|---|---|
561 | avoid-in-for-flag-check |
88.7 |
Avoid using the 'in' operator to check for presence of flags CLI v5 only sends the flags the user passed in on the flags object, but CLI v6 sends in all defined flags, with values of undefined for ones not explicitly set. Since `'a' in { a: undef... | push | 30 May 2017 11:35PM UTC | travis-ci |