botobag / artemis

GraphQL implementation for Go
Other
10 stars 0 forks source link

[validator] Implement "Variables Are Input Types". #198

Closed zonr closed 5 years ago

zonr commented 5 years ago

Ref #71.

codecov[bot] commented 5 years ago

Codecov Report

Merging #198 into master will increase coverage by 0.16%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #198      +/-   ##
==========================================
+ Coverage   83.13%   83.29%   +0.16%     
==========================================
  Files         118      119       +1     
  Lines        9847     9874      +27     
==========================================
+ Hits         8186     8225      +39     
+ Misses       1350     1337      -13     
- Partials      311      312       +1
Impacted Files Coverage Δ
graphql/validator/rule.go 95.45% <ø> (ø) :arrow_up:
graphql/validator/validation_context.go 94.59% <ø> (ø) :arrow_up:
graphql/internal/validator/messages.go 98.2% <100%> (+0.02%) :arrow_up:
...aphql/validator/rules/variables_are_input_types.go 100% <100%> (ø)
graphql/validator/walk.go 98.2% <100%> (+0.07%) :arrow_up:
graphql/validator/rules/init.go 100% <100%> (ø) :arrow_up:
concurrent/worker_pool_executor.go 88.96% <0%> (-0.69%) :arrow_down:
graphql/ast/ast.go 73.54% <0%> (+0.87%) :arrow_up:
graphql/ast/printer.go 89.8% <0%> (+3.5%) :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 12399a5...4b23091. Read the comment docs.