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

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

Build:
Build:
LAST BUILD BRANCH: cycle-guard
DEFAULT BRANCH: master
Ran 09 May 2026 09:23PM UTC
Jobs 1
Files 44
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 09:22PM UTC coverage: 83.711% (-8.6%) from 92.284%
1902

Pull #740

circleci

Nthalk
refactor: remove dead executor code superseded by Plan/ExecutePlan

Execute now routes unconditionally through PlanQuery + ExecutePlan
(see plan.go), so the entire pre-refactor execution machinery in
executor.go is unreachable. Delete it:

  executeOperation / executeOperationParams
  executeFieldsSerially / executeFields / executeSubFields / executeFieldsParams
  resolveField / resolveFieldResultState
  completeValueCatchingError / completeValue
  completeThunkValueCatchingError
  completeAbstractValue / completeObjectValue / completeListValue
  orderedField / orderedFields

Each has a 1:1 plan-based replacement in plan.go (executePlannedSelection,
resolvePlannedField, completePlannedValue family, etc.); plan.fields
is source-ordered at plan time so orderedFields is no longer needed.

Kept (still has live callers):
  Execute, buildExecutionContext, collectFields, getFieldDef,
  handleFieldError, DefaultResolveFn, defaultResolveTypeFn,
  completeLeafValue, getOperationRootType, dethunk* helpers,
  shouldIncludeNode, doesFragmentConditionMatch, getFieldEntryKey.

Subscriptions still go through buildExecutionContext + collectFields +
manual resolver invocation in subscription.go; that path is untouched.

-450 lines. Root-package coverage: 84.2% → 88.4%.
Pull Request #740: Plan + PlanQuery + ExecutePlan + PlanCache (cacheable execution shape)

832 of 1063 new or added lines in 4 files covered. (78.27%)

97 existing lines in 1 file now uncovered.

9538 of 11394 relevant lines covered (83.71%)

1115.31 hits per line

Uncovered Changes

Lines Coverage ∆ File
145
58.81
plan_cache_normalize.go
54
90.44
plan.go
32
77.46
plan_cache.go

Coverage Regressions

Lines Coverage ∆ File
97
58.42
-31.37% executor.go
Jobs
ID Job ID Ran Files Coverage
1 1902.1 09 May 2026 09:23PM UTC 44
83.71
CircleCI Job
Source Files on build 1902
  • Tree
  • List 44
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • CircleCI Build #1902
  • 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