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

graphql-go / graphql
92%
master: 92%

Build:
Build:
LAST BUILD BRANCH: cycle-guard
DEFAULT BRANCH: master
Repo Added 05 Nov 2015 03:12AM UTC
Files 17
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

LAST BUILD ON BRANCH cycle-guard
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 0.4.18
  • 1046102779/master
  • README-pkg-go-dev-badge-update
  • anon-contained-struct
  • atrniv/fix-cyclic-types
  • augustoroman/master
  • badge
  • bigdrum/edge
  • chris_issue_78
  • circleci
  • clean-up-merge-PR-149
  • coerce-float-improvement
  • context
  • context-example
  • contribute-back-section
  • custom-marshaler
  • custom-scalar-type-example
  • cycle-guard
  • dep
  • enable-go-module
  • enum-type-pointers
  • errcheck
  • examples-concurrent-fields
  • examples-http-post
  • examples-starwars
  • examples-todo
  • examples-todo-schema
  • extend-mutation-example
  • extensions
  • fieldsthunk
  • fix-gitter-badge
  • fix-multi-byte-comments
  • fix-panic-blockstring
  • fix-unique-name-nil
  • fix/multi-byte-parse
  • fix_getting_started_on_readme
  • formatted-error-private-original-error
  • gofmt-s
  • graphql-tag
  • housinganywhere/expose-default-resolve-function
  • issue-724
  • issue-726
  • issue-731
  • issue-issue-731
  • kr15h/master
  • lbarthonet/default-value-args
  • master
  • mentat-scripts-1
  • mentat-scripts-2
  • modify-context
  • neglectedvalue/expose-default-resolve-function
  • new-error-checks-nil-nodes
  • no-dependencies
  • nonnull-args-default-value
  • original-error-improvements
  • panic-handler
  • plan-cache
  • readme
  • readme_path_fixes
  • resolve-returns-error
  • revert-149-fix-parse-hang
  • scalar-datetime
  • sogko/0.5.0
  • sogko/0.6.0
  • sogko/experiment-parallel-resolve
  • sogko/float64
  • sogko/resolve-data-race
  • svenschneider/fix-input-object-default-value
  • titanous/fix-nil-crashes
  • titanous/fix-nil-crashes-rebased
  • titanous/fix-parse-hang
  • tracing-support
  • types_marshaler_implementation
  • union-types-test
  • updating-circleci
  • v0.4.18
  • v0.5.0
  • v0.6.0
  • v0.7.0
  • v0.7.1
  • v0.7.2
  • v0.7.3
  • v0.7.4
  • v0.7.5
  • v7.1.0
  • validator-skipped-tests
  • vendor

20 May 2026 03:19PM UTC coverage: 92.286% (+0.002%) from 92.284%
1918

Pull #741

circleci

mennatnaga
fix: terminate overlapping-fields rule on cyclic fragment spreads
Pull Request #741: fix: terminate overlapping-fields rule on cyclic fragment spreads

42 of 45 new or added lines in 1 file covered. (93.33%)

5503 of 5963 relevant lines covered (92.29%)

308.24 hits per line

Relevant lines Covered
Build:
Build:
5963 RELEVANT LINES 5503 COVERED LINES
308.24 HITS PER LINE
Source Files on master
  • Tree
  • List 17
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

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
See All Builds (984)
  • Repo on GitHub
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