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

vektah / gqlparser / 944
87%
master: 87%

Build:
Build:
LAST BUILD BRANCH: dependabot/npm_and_yarn/validator/imported/actions-deps-2f07fc8f98
DEFAULT BRANCH: master
Ran 26 Jun 2026 07:11AM UTC
Jobs 1
Files 56
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

25 Jun 2026 09:51PM UTC coverage: 87.363% (+0.02%) from 87.341%
944

Pull #442

circleci

local-prep
validator: reject duplicate union member types

Mirror the duplicate-name pair-scan already applied to fields and enum
values (validator/schema.go) to a union's member-type list. The base and
extension member lists are merged at schema.go:64 (def.Types append) just
like Fields and EnumValues, but no uniqueness check followed, so

    union Foo = A | A
    extend union Foo = A   # (across an extension)

loaded silently. graphql-js rejects this via UniqueUnionMemberTypes with
"Union type Foo can only include type A once."; this matches that wording
and the existing "... can only be defined once." idiom in this file.
Pull Request #442: Reject duplicate union member types

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

5102 of 5840 relevant lines covered (87.36%)

1.01 hits per line

Jobs
ID Job ID Ran Files Coverage
1 944.1 26 Jun 2026 07:11AM UTC 56
87.36
CircleCI Job
Source Files on build 944
  • Tree
  • List 56
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • CircleCI Build #944
  • Pull Request #442
  • PR Base - master (#943)
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