botobag / artemis

GraphQL implementation for Go
Other
10 stars 0 forks source link

[validator] Implement "Fragment spread target defined" validation rule". #188

Closed zonr closed 5 years ago

zonr commented 5 years ago

Ref #71.

codecov[bot] commented 5 years ago

Codecov Report

Merging #188 into master will decrease coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #188      +/-   ##
==========================================
- Coverage   81.86%   81.86%   -0.01%     
==========================================
  Files         108      109       +1     
  Lines        9277     9287      +10     
==========================================
+ Hits         7595     7603       +8     
- Misses       1375     1376       +1     
- Partials      307      308       +1
Impacted Files Coverage Δ
graphql/validator/rules/init.go 100% <100%> (ø) :arrow_up:
graphql/internal/validator/messages.go 100% <100%> (ø) :arrow_up:
graphql/validator/rules/known_fragment_names.go 100% <100%> (ø)
concurrent/worker_pool_executor.go 88.96% <0%> (-0.69%) :arrow_down:

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 eb357b5...7554737. Read the comment docs.