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

graphql / graphql-js / 3463
98%

Build:
DEFAULT BRANCH: master
Ran 01 Jun 2018 09:44AM UTC
Jobs 1
Files 186
Run time 12s
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
3463

push

travis-ci

web-flow
Scalars: reject array serialization/coercion (#1336)

Working on #1333 I noticed that you can pass arrays as scalars in a query variable, e.g. [SWAPI example](http://graphql.org/swapi-graphql/?query=query%20(%24id%3A%20ID)%20%7B%0A%20%20person(personID%3A%20%24id)%20%7B%0A%20%20%20%20name%0A%20%20%7D%0A%7D&variables=%7B%0A%20%20%22id%22%3A%20%5B1%5D%0A%7D)
This PR is based on #925 but fixing same issue for types other than `String` e.g.
```js
Number([1]) // 1
```

3384 of 3638 branches covered (93.02%)

60 of 60 new or added lines in 3 files covered. (100.0%)

10451 of 10582 relevant lines covered (98.76%)

1113.43 hits per line

Jobs
ID Job ID Ran Files Coverage
1 3463.1 01 Jun 2018 09:44AM UTC 0
98.76
Travis Job 3463.1
Source Files on build 3463
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3463
  • 68577079 on github
  • Prev Build on master (#3462)
  • Next Build on master (#3467)
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