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

dubzzz / fast-check / 2152
96%
master: 97%

Build:
Build:
LAST BUILD BRANCH: refs/tags/v2.10.1
DEFAULT BRANCH: master
Ran 31 Dec 2019 07:09PM UTC
Jobs 1
Files 82
Run time 7s
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
2152

Pull #523

travis-ci

web-flow
Tweak documentation in Arbitraries.md

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);
```
Pull Request #523: Tweak documentation in Arbitraries.md

716 of 778 branches covered (92.03%)

Branch coverage included in aggregate %.

2081 of 2123 relevant lines covered (98.02%)

232984.81 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2152.1 31 Dec 2019 07:09PM UTC 0
96.42
Travis Job 2152.1
Source Files on build 2152
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2152
  • Pull Request #523
  • PR Base - master (#2144)
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