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

webonyx / graphql-php / 381
86%

Build:
DEFAULT BRANCH: master
Ran 08 Feb 2018 10:43AM UTC
Jobs 1
Files 161
Run time 6s
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
381

Pull #237

travis-ci

web-flow
RFC: SDL - Separate multiple inherited interfaces with `&`

This replaces:

```graphql
type Foo implements Bar, Baz { field: Type }
```

With:

```graphql
type Foo implements Bar & Baz { field: Type }
```

With no changes to the common case of implementing a single interface.

Ref: graphql/graphql-js#1169
Pull Request #237: [0.13] Separate multiple inherited interfaces with `&`

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

6892 of 7424 relevant lines covered (92.83%)

104.59 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
100.0
src/Language/Token.php
Jobs
ID Job ID Ran Files Coverage
2 381.2 08 Feb 2018 10:37AM UTC 0
92.83
Travis Job 381.2
Source Files on build 381
  • Tree
  • List 0
  • Changed 12
  • Source Changed 4
  • Coverage Changed 11
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #381
  • Pull Request #237
  • PR Base - master (#380)
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

© 2025 Coveralls, Inc