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

graphql / graphql-js / 2843
99%
master: 98%

Build:
Build:
LAST BUILD BRANCH: directives
DEFAULT BRANCH: master
Ran 12 Dec 2017 12:04AM UTC
Jobs 1
Files 177
Run time 15s
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
2843

push

travis-ci

leebyron
Covariant Wrapping Types

**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%)

105 of 105 new or added lines in 30 files covered. (100.0%)

9687 of 9819 relevant lines covered (98.66%)

1281.86 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2843.1 12 Dec 2017 12:04AM UTC 0
98.66
Travis Job 2843.1
Source Files on build 2843
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2843
  • b62e6a3d on github
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