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

vektah / gqlparser / 983
88%
master: 87%

Build:
Build:
LAST BUILD BRANCH: fix/samevalue-composite-args
DEFAULT BRANCH: master
Ran 19 Aug 2026 01:04PM 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

19 Aug 2026 01:02PM UTC coverage: 87.525% (+0.04%) from 87.489%
983

Pull #459

circleci

jaideeppyne
Compare composite argument values in sameValue (#108)

sameValue compared only Kind and Raw. Object and list values keep their
contents in Children with an empty Raw, so every object value compared equal to
every other object value (and likewise for lists). OverlappingFieldsCanBeMerged
(spec section 5.3.2) therefore failed to flag same-response-name fields whose
object or list arguments differ, e.g. f(where:{code:"DE"}) and
f(where:{code:"US"}) were allowed to merge.

Compare the children too: input object fields by name (order is not
significant per the spec) and list elements by position (order is
significant). Scalars are unaffected since they carry no children.

Adds a sameValue unit test covering objects, lists, reordering and field-count
mismatches; the object/list cases fail without this change.

Signed-off-by: jaideeppyne <jaideeppyne1997@gmail.com>
Pull Request #459: Compare composite argument values in `sameValue` (#108)

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

5192 of 5932 relevant lines covered (87.53%)

1.01 hits per line

Jobs
ID Job ID Ran Files Coverage
1 983.1 19 Aug 2026 01:04PM UTC 56
87.53
CircleCI Job
Source Files on build 983
  • Tree
  • List 56
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • CircleCI Build #983
  • Pull Request #459
  • PR Base - master (#980)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc