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

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

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

Pull #19

travis-ci

web-flow
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.
Pull Request #19: Add page.setViewport options

27 of 29 branches covered (93.1%)

Branch coverage included in aggregate %.

3 of 3 new or added lines in 1 file covered. (100.0%)

71 of 71 relevant lines covered (100.0%)

14.79 hits per line

Jobs
ID Job ID Ran Files Coverage
1 85.1 24 Mar 2019 07:33PM UTC 0
98.0
Travis Job 85.1
2 85.2 24 Mar 2019 07:33PM UTC 0
98.0
Travis Job 85.2
Source Files on build 85
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #85
  • Pull Request #19
  • PR Base - master (#79)
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