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

graphql-go / graphql / 1890 / 1
86%
master: 92%

Build:
Build:
LAST BUILD BRANCH: cycle-guard
DEFAULT BRANCH: master
Ran 09 May 2026 08:11PM UTC
Files 20
Run time 0s
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

09 May 2026 08:03PM UTC coverage: 84.066% (-8.2%) from 92.284%
1890.1

Pull #740

circleci

Nthalk
fix: ExecutePlan uses the plan-bound schema, not p.Schema

Plan documents itself as bound to plan.schema — sub-plans,
abstractAlternatives, and field defs are all keyed off the *Object
pointers from the plan-time schema. ExecutePlan was reading p.Schema
for getVariableValues and the executionContext, so a caller passing
an ExecuteParams.Schema that diverged from the planned schema (e.g.
a rebuilt schema with the same shape but different *Object
pointers, different IsPossibleType set, or different extensions)
would silently coerce variables and resolve abstract types against
the wrong schema while sub-plans still ran against the original.

Use *plan.schema for both, so the binding documented at the top of
Plan is actually enforced.
Pull Request #740: Plan + PlanQuery + ExecutePlan + PlanCache (cacheable execution shape)

5830 of 6935 relevant lines covered (84.07%)

265.64 hits per line

Source Files on job 1890.1
  • Tree
  • List 20
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1890
  • CircleCI Build #
  • d02d1b92 on github
  • Prev Job for on plan-cache (#1860.1)
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