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

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

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

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

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)

823 of 1065 new or added lines in 4 files covered. (77.28%)

406 existing lines in 1 file now uncovered.

5830 of 6935 relevant lines covered (84.07%)

265.64 hits per line

Uncovered Changes

Lines Coverage ∆ File
145
58.81
plan_cache_normalize.go
54
90.48
plan.go
43
69.72
plan_cache.go

Coverage Regressions

Lines Coverage ∆ File
406
31.49
-58.3% executor.go
Jobs
ID Job ID Ran Files Coverage
1 1890.1 09 May 2026 08:11PM UTC 20
84.07
CircleCI Job
Source Files on build 1890
  • Tree
  • List 20
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • CircleCI Build #1890
  • Pull Request #740
  • PR Base - master (#1860)
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