botobag / artemis

GraphQL implementation for Go
Other
10 stars 0 forks source link

[validator] Implement "Required Arguments". #183

Closed zonr closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #183 into master will increase coverage by 0.17%. The diff coverage is 93.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #183      +/-   ##
==========================================
+ Coverage   81.23%   81.41%   +0.17%     
==========================================
  Files         103      104       +1     
  Lines        9024     9084      +60     
==========================================
+ Hits         7331     7396      +65     
+ Misses       1388     1381       -7     
- Partials      305      307       +2
Impacted Files Coverage Δ
graphql/validator/rules/unique_argument_names.go 100% <ø> (ø) :arrow_up:
internal/testutil/match_graphql_error.go 100% <ø> (ø) :arrow_up:
graphql/internal/validator/messages.go 100% <100%> (ø) :arrow_up:
graphql/field.go 91.42% <100%> (+0.25%) :arrow_up:
graphql/validator/rules/init.go 100% <100%> (ø) :arrow_up:
...hql/validator/rules/provided_required_arguments.go 92% <92%> (ø)
graphql/ast/ast.go 68.89% <0%> (+2.61%) :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 63c7849...024a6b1. Read the comment docs.