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

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

Build:
Build:
LAST BUILD BRANCH: renovate/eslint-plugin-import-2.x
DEFAULT BRANCH: master
Ran 24 Mar 2019 07:33PM 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:31PM UTC coverage: 98.0% (+0.06%) from 97.938%
85.1

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

71 of 71 relevant lines covered (100.0%)

7.39 hits per line

Source Files on job 85.1
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 41
  • Travis Job 85.1
  • 6798bb0b on github
  • Prev Job for on feature/add-page-options (#79.1)
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