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

vgno / redux-fetcher / 38
100%

Build:
DEFAULT BRANCH: master
Ran 12 Aug 2016 03:50PM UTC
Jobs 1
Files 3
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

pending completion
38

Pull #16

travis-ci

web-flow
Extend options object with defaults

Using defaults as a function parameter causes the whole options object to
be overriden, even when the intent is to change just one parameter.

Using the spread operator allows a overriding only individual options.

An alternative could be using destructing with defaults as the function argument
like this: `(id, url, { force = false, method = 'GET' } = {})`, but that
requires to also set default values for the `extendAction()` function
(`headers` and `credentials`).

Resolves #14
Pull Request #16: Extend options object with defaults

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

58 of 58 relevant lines covered (100.0%)

18.21 hits per line

Jobs
ID Job ID Ran Files Coverage
1 38.1 12 Aug 2016 03:50PM UTC 0
100.0
Travis Job 38.1
Source Files on build 38
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #38
  • Pull Request #16
  • PR Base - master (#36)
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

© 2025 Coveralls, Inc