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

graphql-go / graphql / 1918

Builds Branch Commit Type Ran Committer Via Coverage
1918 cycle-guard fix: terminate overlapping-fields rule on cyclic fragment spreads Pull #741 20 May 2026 03:20PM UTC mennatnaga circleci
92.29
1913 cycle-guard fix: terminate overlapping-fields rule on cyclic fragment spreads Pull #741 20 May 2026 03:01PM UTC mennatnaga circleci
92.29
1912 plan-cache perf: skip extension hooks when schema has no extensions resolvePlannedField unconditionally called handleExtensionsResolveFieldDidStart, which allocates a map[string]ResolveFieldFinishFunc + a closure on every resolved field — even when the sche... Pull #740 09 May 2026 10:11PM UTC Nthalk circleci
85.97
1907 plan-cache test: cover plan_cache_normalize argument-kind & fragment paths Custom test schema with Int / Float / Bool / Enum / List / NonNull / InputObject args + an interface and a fragment-spreadable object, driving: - writeValue branches (Int/Float/Bo... Pull #740 09 May 2026 10:08PM UTC Nthalk circleci
85.96
1904 plan-cache ci: exclude testutil and language/ast from coverage measurement testutil is a test-helper package by design — measuring its coverage at all is a category mistake. language/ast is dominated by ~180 trivial interface-compliance stubs (GetLoc / Get... Pull #740 09 May 2026 09:50PM UTC Nthalk circleci
85.16
1902 plan-cache 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: execu... Pull #740 09 May 2026 09:23PM UTC Nthalk circleci
83.71
1900 plan-cache ci: also exclude benchutil from coverpkg benchutil's code only runs under `go test -bench=.`, so including it in the coverage profile measures it against test runs that don't exercise it. Local total moves 82.2% → 83.2%. Pull #740 09 May 2026 09:14PM UTC Nthalk circleci
81.39
1895 plan-cache ci: measure unified coverage with -coverpkg, excluding examples The earlier `./...` change (659c616, applied per a CodeRabbit nitpick that framed it as restoring "incomplete coverage") actually dropped coveralls from ~92% → 67.9%: with plain ./..... Pull #740 09 May 2026 09:11PM UTC Nthalk circleci
80.48
1894 plan-cache test: schema-rebuild invalidation and concurrent Get coverage TestPlanCacheSchemaRebuildInvalidation verifies the schema-pointer guard: a structurally identical rebuilt *Schema must not collide on the cached plan from the original. TestPlanCache... Pull #740 09 May 2026 08:17PM UTC Nthalk circleci
67.89
1890 plan-cache 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.... Pull #740 09 May 2026 08:11PM UTC Nthalk circleci
84.07
1887 plan-cache chore: bump Go floor to 1.21 atomic.Uint64 (used in PlanCache) needs Go 1.19+. Raise go.mod to 1.21 and refresh CI: drop the 1.8/1.9/1.11 jobs and the test_without_go_modules path, switch to cimg/go images at 1.21 and 1.26, and replace `go get go... Pull #740 09 May 2026 07:55PM UTC Nthalk circleci
83.71
1879 nonnull-args-default-value retry ci Pull #739 27 Apr 2026 12:32PM UTC jbellenger circleci
92.28
1872 nonnull-args-default-value rules: allow non-null arguments with a default value A field or directive argument declared with a non-null type and a default value is satisfied by the default when omitted, so ProvidedNonNullArgumentsRule must not flag it as required. Matches g... Pull #739 27 Apr 2026 11:49AM UTC jbellenger circleci
92.28
1860 master Merge pull request #734 from graphql-go/issue-731 `{definition}`: Adds `NewScalar` unit tests. push 27 Dec 2025 07:42PM UTC web-flow circleci
92.28
1854 issue-731 definition: adds NewScalar unit tests Pull #734 27 Dec 2025 07:37PM UTC chris-ramon circleci
92.28
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 65
  • 66
  • Next →
  • Back to Repo
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