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

vektah / gqlparser / 945
87%

Build:
DEFAULT BRANCH: master
Ran 28 Jun 2026 02:06PM 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

28 Jun 2026 02:04PM UTC coverage: 87.363% (+0.02%) from 87.341%
945

push

circleci

web-flow
validator: reject duplicate union member types (#442)

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.

Co-authored-by: local-prep <noreply@local>

5102 of 5840 relevant lines covered (87.36%)

1.01 hits per line

Coverage Regressions

Lines Coverage ∆ File
9
97.01
0.05% validator/schema.go
Jobs
ID Job ID Ran Files Coverage
1 945.1 28 Jun 2026 02:06PM UTC 56
87.36
CircleCI Job
Source Files on build 945
  • Tree
  • List 56
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • CircleCI Build #945
  • b1e2c811 on github
  • Prev Build on master (#943)
  • Next Build on master (#947)
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