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

graphql / graphql-js / 2845
98%

Build:
DEFAULT BRANCH: master
Ran 12 Dec 2017 12:18AM UTC
Jobs 1
Files 177
Run time 8s
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
2845

push

travis-ci

web-flow
Covariant Wrapping Types (#1136)

**Semi-breaking: Those using flow should change from `new GraphQLList(t)` and `new GraphQLNonNull(t)` to `GraphQLList(t)` and `GraphQLNonNull(t)`**

Because class constructors are contravariant since flow/js lacks a "finally" keyword, we need to use functions to represent covariance in GraphQLList and GraphQLNonNull.

By having wrapping types be covariant, we can enable more checks and have more accurate predicates for refining types in GraphQL utilities.

4011 of 4521 branches covered (88.72%)

9687 of 9819 relevant lines covered (98.66%)

1281.86 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2845.1 12 Dec 2017 12:18AM UTC 0
98.66
Travis Job 2845.1
Source Files on build 2845
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2845
  • 5e6a5b9b on github
  • Prev Build on master (#2842)
  • Next Build on master (#2846)
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