• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

CondeNast / perf-timeline-cli / 84
98%
master: 98%

Build:
Build:
LAST BUILD BRANCH: renovate/eslint-plugin-import-2.x
DEFAULT BRANCH: master
Ran 24 Mar 2019 07:32PM UTC
Jobs 2
Files 7
Run time 3s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
84

push

travis-ci

tollmanz
Update naming convention for object args

Yargs seems to choke on object args using the dot notion. For instance,
the following input:

--foo.bar-biz.baz=3

will result in the following options object:

{
  foo: {
    'bar-biz': {
      baz: 3
    }
  },
  fooBarBizBaz: 3
}

Note how yargs handles camelcase differently in the flattened string
versus the object. I'm worried that this will lead to a lot of
confusion. As a result, I want to remove all dot notion and instead
pass in `-` between strings to denote namespaces.

This commit also fixes up the tests and makes sure the help text is
consistent.

27 of 29 branches covered (93.1%)

Branch coverage included in aggregate %.

71 of 71 relevant lines covered (100.0%)

14.79 hits per line

Jobs
ID Job ID Ran Files Coverage
1 84.1 24 Mar 2019 07:32PM UTC 0
98.0
Travis Job 84.1
2 84.2 24 Mar 2019 07:32PM UTC 0
98.0
Travis Job 84.2
Source Files on build 84
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #84
  • 8cc192f8 on github
  • Next Build on feature/add-page-options (#86)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc