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

preaction / Yancy / 300
79%

Build:
DEFAULT BRANCH: master
Ran 09 Dec 2018 08:27PM UTC
Jobs 1
Files 9
Run time 2s
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
300

push

travis-ci

preaction
fix string 0/1 failing boolean validation

The JSON::Validator coersions try to support `0` and `1` as booleans,
but it doesn't support `"0"`and `"1"`, which makes it impossible for
forms to submit booleans other than `"true"` and `"false"`. Now we
pre-process booleans to normalize them always into `"true"` and
`"false"` for validation, which then gets normalized to `1` and `0` when
stored in the database.

485 of 485 relevant lines covered (100.0%)

24.71 hits per line

Jobs
ID Job ID Ran Files Coverage
9 300.9 (COVERAGE=1) 09 Dec 2018 08:27PM UTC 0
100.0
Travis Job 300.9
Source Files on build 300
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #300
  • fdbe2e3c on github
  • Prev Build on master (#298)
  • Next Build on master (#301)
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