botobag / artemis

GraphQL implementation for Go
Other
10 stars 0 forks source link

[validator] Implement "Field Selections on Objects, Interfaces, and Unions Types". #176

Closed zonr closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #176 into master will increase coverage by 0.33%. The diff coverage is 90.45%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #176      +/-   ##
==========================================
+ Coverage    78.9%   79.24%   +0.33%     
==========================================
  Files          95       97       +2     
  Lines        8126     8321     +195     
==========================================
+ Hits         6412     6594     +182     
- Misses       1400     1410      +10     
- Partials      314      317       +3
Impacted Files Coverage Δ
graphql/internal/value/value_coercion.go 97% <100%> (+0.1%) :arrow_up:
graphql/executor/execute.go 88.58% <100%> (ø) :arrow_up:
graphql/validator/walk.go 95.55% <100%> (+4.25%) :arrow_up:
graphql/validator/rules/init.go 100% <100%> (ø) :arrow_up:
graphql/internal/validator/messages.go 100% <100%> (ø) :arrow_up:
internal/util/or_list.go 100% <100%> (ø) :arrow_up:
graphql/validator/validation_context.go 88.88% <100%> (+15.55%) :arrow_up:
graphql/ast/printer.go 83.75% <100%> (ø) :arrow_up:
graphql/types.go 72.41% <100%> (+0.48%) :arrow_up:
graphql/util/ast/type_resolver.go 64.28% <64.28%> (ø)
... and 6 more

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 29f9b0f...192ef0a. Read the comment docs.