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

graphql / graphql-js / 2845 / 1
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 12 Dec 2017 12:18AM UTC
Files 177
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

12 Dec 2017 12:16AM UTC coverage: 98.656% (+0.02%) from 98.632%
2845.1

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

Source Files on job 2845.1
  • Tree
  • List 0
  • Changed 46
  • Source Changed 45
  • Coverage Changed 27
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 2845
  • Travis Job 2845.1
  • 5e6a5b9b on github
  • Prev Job for on master (#2842.1)
  • Next Job for on master (#2846.1)
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