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

graphql / graphql-js / 1096
98%

Build:
DEFAULT BRANCH: master
Ran 20 Jul 2016 04:06AM UTC
Jobs 1
Files 137
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
1096

push

travis-ci

web-flow
[FIX] Throw field errors when failing to coerce Int/Float. (#444)

As illustrated by #391, when a value is provided for a field of type Int which cannot be represented by Int (e.g. a 64bit value is provided to the 32bit Int type), then the spec claims a field-error should be raised however currently `null` is returned directly instead.

Spec: https://facebook.github.io/graphql/#sec-Int

This updates to throw meaningful error messages when invalid Int and Float values cannot be coerced without losing information.

7154 of 7279 relevant lines covered (98.28%)

1375.52 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1096.1 20 Jul 2016 04:06AM UTC 0
98.28
Travis Job 1096.1
Source Files on build 1096
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1096
  • 08a00aa4 on github
  • Prev Build on master (#1093)
  • Next Build on master (#1099)
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