botobag / artemis

GraphQL implementation for Go
Other
10 stars 0 forks source link

[validator] Implements "Argument Names". #181

Closed zonr closed 5 years ago

zonr commented 5 years ago

Ref #71.

codecov[bot] commented 5 years ago

Codecov Report

Merging #181 into master will increase coverage by 0.29%. The diff coverage is 98.29%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #181      +/-   ##
==========================================
+ Coverage   80.88%   81.17%   +0.29%     
==========================================
  Files         101      102       +1     
  Lines        8881     8997     +116     
==========================================
+ Hits         7183     7303     +120     
+ Misses       1395     1389       -6     
- Partials      303      305       +2
Impacted Files Coverage Δ
graphql/internal/validator/messages.go 100% <100%> (ø) :arrow_up:
graphql/validator/walk.go 96.99% <100%> (+0.91%) :arrow_up:
graphql/validator/rules/init.go 100% <100%> (ø) :arrow_up:
graphql/validator/rules/known_argument_names.go 96.55% <96.55%> (ø)
concurrent/worker_pool_executor.go 88.96% <0%> (-0.69%) :arrow_down:
graphql/ast/ast.go 66.27% <0%> (+1.16%) :arrow_up:
graphql/schema.go 85.23% <0%> (+2.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 d23691c...7c99b82. Read the comment docs.