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

dubzzz / fast-check / 2158
97%

Build:
DEFAULT BRANCH: master
Ran 05 Jan 2020 10:20PM UTC
Jobs 1
Files 82
Run time 8s
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
2158

push

travis-ci

dubzzz
✏️ Tweak documentation in Arbitraries.md (#523)

subarray and shuffledSubarray require both min and max in order to constrain the size of the subarray, not just a single argument.
```
  if (minLength != null && maxLength != null) return new SubarrayArbitrary(originalArray, false, minLength, maxLength);
  return new SubarrayArbitrary(originalArray, false, 0, originalArray.length);
```

716 of 778 branches covered (92.03%)

Branch coverage included in aggregate %.

2081 of 2123 relevant lines covered (98.02%)

228269.25 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2158.1 05 Jan 2020 10:20PM UTC 0
96.42
Travis Job 2158.1
Source Files on build 2158
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2158
  • 93350f2e on github
  • Prev Build on master (#2156)
  • Next Build on master (#2163)
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