botobag / artemis

GraphQL implementation for Go
Other
10 stars 0 forks source link

[validator] Implement "All Variables Used". #200

Closed zonr closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@f375226). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##             master    #200   +/-   ##
========================================
  Coverage          ?   83.5%           
========================================
  Files             ?     121           
  Lines             ?    9970           
  Branches          ?       0           
========================================
  Hits              ?    8325           
  Misses            ?    1334           
  Partials          ?     311
Impacted Files Coverage Δ
graphql/validator/rule.go 95.45% <ø> (ø)
graphql/internal/validator/messages.go 98.28% <100%> (ø)
graphql/validator/rules/no_undefined_variables.go 100% <100%> (ø)
graphql/validator/rules/no_unused_variables.go 100% <100%> (ø)
graphql/validator/rules/init.go 100% <100%> (ø)
graphql/validator/walk.go 98.4% <100%> (ø)
graphql/validator/validation_context.go 97.75% <100%> (ø)

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