botobag / artemis

GraphQL implementation for Go
Other
10 stars 0 forks source link

[visitor] Return bool from Walk functions to continue or break the traversal. #168

Closed zonr closed 5 years ago

zonr commented 5 years ago

Avoid using visitor.Result which is specifically for visit functions in Visitor.

codecov[bot] commented 5 years ago

Codecov Report

Merging #168 into master will not change coverage. The diff coverage is 44.05%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #168   +/-   ##
=======================================
  Coverage   78.33%   78.33%           
=======================================
  Files          84       84           
  Lines        7658     7658           
=======================================
  Hits         5999     5999           
  Misses       1345     1345           
  Partials      314      314
Impacted Files Coverage Δ
graphql/ast/visitor/visitor.generated.go 46.51% <44.05%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update fe6e255...f719a0e. Read the comment docs.