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

nautilus / gateway / 25131401779
92%

Build:
DEFAULT BRANCH: master
Ran 29 Apr 2026 08:13PM UTC
Jobs 1
Files 12
Run time 1min
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

29 Apr 2026 08:12PM UTC coverage: 92.231% (+0.003%) from 92.228%
25131401779

push

github

web-flow
Fix interface not possible type when implementing another interface (#233)

Some schemas may have interfaces that implement interfaces, like so:

```graphql
interface Node {
    id: ID!
}

interface Bar implements Node {
    id: ID!
}

type Foo implements Node & Bar {
    id: ID!
}
```

`Node` should be a possible type of `Bar`, just like `Node` and `Bar` are possible types of `Foo`.

3 of 3 new or added lines in 1 file covered. (100.0%)

2588 of 2806 relevant lines covered (92.23%)

370.61 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25131401779.1 29 Apr 2026 08:13PM UTC 12
92.23
GitHub Action Run
Source Files on build 25131401779
  • Tree
  • List 12
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • fad245dc on github
  • Prev Build on master (#25079768476)
  • Next Build on master (#25402182844)
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