botobag / artemis

GraphQL implementation for Go
Other
10 stars 0 forks source link

[validator] Implement "All Variable Usages Are Allowed". #201

Closed zonr closed 5 years ago

zonr commented 5 years ago

Ref #71.

codecov[bot] commented 5 years ago

Codecov Report

Merging #201 into master will increase coverage by 0.06%. The diff coverage is 96.59%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #201      +/-   ##
==========================================
+ Coverage    83.5%   83.56%   +0.06%     
==========================================
  Files         121      123       +2     
  Lines        9970    10039      +69     
==========================================
+ Hits         8325     8389      +64     
- Misses       1334     1337       +3     
- Partials      311      313       +2
Impacted Files Coverage Δ
graphql/validator/rules/no_undefined_variables.go 100% <ø> (ø) :arrow_up:
graphql/validator/rule.go 95.45% <ø> (ø) :arrow_up:
graphql/validator/rules/no_unused_variables.go 100% <ø> (ø) :arrow_up:
graphql/internal/validator/messages.go 98.31% <100%> (+0.02%) :arrow_up:
graphql/validator/walk.go 98.43% <100%> (+0.03%) :arrow_up:
graphql/validator/rules/init.go 100% <100%> (ø) :arrow_up:
...l/validator/rules/variables_in_allowed_position.go 100% <100%> (ø)
graphql/type_comparators.go 85% <85%> (ø)
concurrent/worker_pool_executor.go 88.27% <0%> (-1.38%) :arrow_down:
... and 2 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 c976db5...1abdef5. Read the comment docs.