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

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

Build:
Build:
LAST BUILD BRANCH: directives
DEFAULT BRANCH: master
Ran 17 Nov 2015 06:42AM UTC
Jobs 1
Files 126
Run time 23s
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
647

push

travis-ci

leebyron
[Schema] Implementing interfaces with covariant return types.

This proposes loosening the definition of implementing an interface by allowing an implementing field to return a subtype of the interface field's return type.

This example would previously be an illegal schema, but become legal after this diff:

```graphql
interface Friendly {
  bestFriend: Friendly
}

type Person implements Friendly {
  bestFriend: Person
}
```

56 of 56 new or added lines in 4 files covered. (100.0%)

5461 of 5492 relevant lines covered (99.44%)

1437.02 hits per line

Jobs
ID Job ID Ran Files Coverage
1 647.1 17 Nov 2015 06:42AM UTC 0
99.44
Travis Job 647.1
Source Files on build 647
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #647
  • 28109808 on github
  • Next Build on covariance (#650)
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