botobag / artemis

GraphQL implementation for Go
Other
10 stars 0 forks source link

[validator] Implement "All Variable Uses Defined". #199

Closed zonr closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #199 into master will increase coverage by 0.1%. The diff coverage is 96%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #199     +/-   ##
========================================
+ Coverage   83.29%   83.4%   +0.1%     
========================================
  Files         119     120      +1     
  Lines        9874    9949     +75     
========================================
+ Hits         8225    8298     +73     
- Misses       1337    1339      +2     
  Partials      312     312
Impacted Files Coverage Δ
graphql/validator/rule.go 95.45% <ø> (ø) :arrow_up:
graphql/internal/validator/messages.go 98.24% <100%> (+0.04%) :arrow_up:
graphql/validator/rules/no_undefined_variables.go 100% <100%> (ø)
graphql/validator/walk.go 98.4% <100%> (+0.19%) :arrow_up:
...aphql/validator/rules/variables_are_input_types.go 100% <100%> (ø) :arrow_up:
graphql/validator/validation_context.go 93.25% <77.77%> (-1.34%) :arrow_down:

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 4b23091...f375226. Read the comment docs.