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

hychen / ke-e / 175
94%

Build:
DEFAULT BRANCH: master
Ran 24 Dec 2016 05:18AM UTC
Jobs 1
Files 25
Run time 1s
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
175

push

travis-ci

hychen
Add ke.data and ke.variant to produce valid, invalid test data.

example:

const loginReq = ke.data({
  userName: ke.variant(ke.internet.userName, ke.falsy)
  password: ke.variant(ke.asciistring, ke.falsy)
});

// returns {userName: 'kay_name', password: 'abwo3dsa'};
loginReq.allValid().random;

// returns {userName: 'kay_name', password: undefined};
loginReq.invalid('password').random;

24 of 24 new or added lines in 2 files covered. (100.0%)

493 of 518 relevant lines covered (95.17%)

8589.58 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
2
100.0
src/combinators.js
Jobs
ID Job ID Ran Files Coverage
1 175.1 24 Dec 2016 05:18AM UTC 0
95.17
Travis Job 175.1
Source Files on build 175
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #175
  • f617239b on github
  • Prev Build on master (#174)
  • Next Build on master (#177)
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