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

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

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

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 652.1 17 Nov 2015 06:25PM UTC 0
99.44
Travis Job 652.1
Source Files on build 652
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #652
  • edbe0637 on github
  • Prev 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