botobag / artemis

GraphQL implementation for Go
Other
10 stars 0 forks source link

[validator] Implement "Field Selection Merging". #179

Closed zonr closed 5 years ago

zonr commented 5 years ago

Ref #71.

codecov[bot] commented 5 years ago

Codecov Report

Merging #179 into master will increase coverage by 1.19%. The diff coverage is 99.19%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #179      +/-   ##
==========================================
+ Coverage   79.62%   80.81%   +1.19%     
==========================================
  Files          97      100       +3     
  Lines        8354     8852     +498     
==========================================
+ Hits         6652     7154     +502     
+ Misses       1402     1395       -7     
- Partials      300      303       +3
Impacted Files Coverage Δ
graphql/internal/validator/messages.go 100% <100%> (ø) :arrow_up:
graphql/validator/rules/init.go 100% <100%> (ø) :arrow_up:
...internal/validator/collect_fields_and_fragments.go 100% <100%> (ø)
graphql/validator/validation_context.go 92.85% <100%> (+3.96%) :arrow_up:
graphql/validator/walk.go 96.07% <100%> (+0.52%) :arrow_up:
...l/internal/validator/conflict_fragment_pair_set.go 100% <100%> (ø)
...alidator/rules/overlapping_fields_can_be_merged.go 98.91% <98.91%> (ø)
... and 2 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 cc5342e...cfd105f. Read the comment docs.