botobag / artemis

GraphQL implementation for Go
Other
10 stars 0 forks source link

[validator] Implement "Fragments on Composite Types". #186

Closed zonr closed 5 years ago

zonr commented 5 years ago

Ref #71.

codecov[bot] commented 5 years ago

Codecov Report

Merging #186 into master will increase coverage by 0.09%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #186      +/-   ##
==========================================
+ Coverage   81.63%   81.72%   +0.09%     
==========================================
  Files         106      107       +1     
  Lines        9193     9217      +24     
==========================================
+ Hits         7505     7533      +28     
+ Misses       1381     1378       -3     
+ Partials      307      306       -1
Impacted Files Coverage Δ
graphql/internal/validator/messages.go 100% <100%> (ø) :arrow_up:
graphql/validator/rules/unique_fragment_names.go 100% <100%> (ø) :arrow_up:
graphql/validator/rules/known_type_names.go 100% <100%> (ø) :arrow_up:
graphql/validator/rules/init.go 100% <100%> (ø) :arrow_up:
graphql/validator/walk.go 97.54% <100%> (ø) :arrow_up:
...ql/validator/rules/fragments_on_composite_types.go 100% <100%> (ø)
graphql/ast/printer.go 84.39% <0%> (+0.63%) :arrow_up:
concurrent/worker_pool_executor.go 89.65% <0%> (+0.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 83278c9...57a0d48. Read the comment docs.