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

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

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

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
}
```

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

5461 of 5492 relevant lines covered (99.44%)

1437.02 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
3
100.0
src/validation/rules/OverlappingFieldsCanBeMerged.js
Jobs
ID Job ID Ran Files Coverage
1 650.1 17 Nov 2015 06:11PM UTC 0
99.44
Travis Job 650.1
Source Files on build 650
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #650
  • 2ea7f81e on github
  • Prev Build on covariance (#647)
  • Next Build on covariance (#652)
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