botobag / artemis

GraphQL implementation for Go
Other
10 stars 0 forks source link

[validator] Implement "Directives Are Defined". #194

Closed zonr closed 5 years ago

zonr commented 5 years ago

Ref #71.

codecov[bot] commented 5 years ago

Codecov Report

Merging #194 into master will increase coverage by 0.02%. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master   #194      +/-   ##
========================================
+ Coverage   82.97%    83%   +0.02%     
========================================
  Files         114    115       +1     
  Lines        9763   9773      +10     
========================================
+ Hits         8101   8112      +11     
+ Misses       1352   1351       -1     
  Partials      310    310
Impacted Files Coverage Δ
graphql/validator/rules/init.go 100% <100%> (ø) :arrow_up:
graphql/internal/validator/messages.go 98.11% <100%> (+0.02%) :arrow_up:
graphql/validator/rules/known_directives.go 100% <100%> (ø)
graphql/ast/ast.go 72.67% <0%> (+0.29%) :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 c746868...974a4ed. Read the comment docs.