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

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

Build:
Build:
LAST BUILD BRANCH: renovate/eslint-plugin-import-2.x
DEFAULT BRANCH: master
Ran 24 Mar 2019 07:32PM UTC
Files 7
Run time 0s
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

24 Mar 2019 07:26PM UTC coverage: 98.0%. First build
84.2

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%)

7.39 hits per line

Source Files on job 84.2
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 40
  • Travis Job 84.2
  • 8cc192f8 on github
  • Next Job for on feature/add-page-options (#86.2)
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