botobag / artemis

GraphQL implementation for Go
Other
10 stars 0 forks source link

[validator] Implement "Operation Name Uniqueness". #173

Closed zonr closed 5 years ago

zonr commented 5 years ago

Ref #71.

codecov[bot] commented 5 years ago

Codecov Report

Merging #173 into master will increase coverage by 0.2%. The diff coverage is 91.75%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #173     +/-   ##
=========================================
+ Coverage   78.63%   78.84%   +0.2%     
=========================================
  Files          86       93      +7     
  Lines        7995     8092     +97     
=========================================
+ Hits         6287     6380     +93     
- Misses       1395     1399      +4     
  Partials      313      313
Impacted Files Coverage Δ
graphql/validator/rules/init.go 100% <100%> (ø)
graphql/validator/validate.go 100% <100%> (ø)
graphql/internal/validator/messages.go 100% <100%> (ø)
graphql/validator/rules/unique_operation_names.go 100% <100%> (ø)
graphql/validator/standard_rules.go 100% <100%> (ø)
graphql/validator/validation_context.go 73.33% <73.33%> (ø)
graphql/validator/walk.go 91.3% <91.3%> (ø)
... and 6 more

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 7cf4c3c...9c791c7. Read the comment docs.