botobag / artemis

GraphQL implementation for Go
Other
10 stars 0 forks source link

[validator] Implement "Variable Uniqueness". #197

Closed zonr closed 5 years ago

zonr commented 5 years ago

Ref #71.

codecov[bot] commented 5 years ago

Codecov Report

Merging #197 into master will increase coverage by 0.06%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #197      +/-   ##
==========================================
+ Coverage   83.07%   83.13%   +0.06%     
==========================================
  Files         117      118       +1     
  Lines        9823     9847      +24     
==========================================
+ Hits         8160     8186      +26     
+ Misses       1351     1350       -1     
+ Partials      312      311       -1
Impacted Files Coverage Δ
graphql/validator/rules/init.go 100% <100%> (ø) :arrow_up:
graphql/internal/validator/messages.go 98.18% <100%> (+0.02%) :arrow_up:
graphql/validator/rules/unique_variable_names.go 100% <100%> (ø)
concurrent/worker_pool_executor.go 89.65% <0%> (+0.68%) :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 e7256d3...12399a5. Read the comment docs.