botobag / artemis

GraphQL implementation for Go
Other
10 stars 0 forks source link

[validator] Implement "Lone Anonymous Operation". #174

Closed zonr closed 5 years ago

zonr commented 5 years ago

Ref #71.

codecov[bot] commented 5 years ago

Codecov Report

Merging #174 into master will increase coverage by 0.03%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #174      +/-   ##
==========================================
+ Coverage   78.84%   78.87%   +0.03%     
==========================================
  Files          93       94       +1     
  Lines        8092     8105      +13     
==========================================
+ Hits         6380     6393      +13     
  Misses       1399     1399              
  Partials      313      313
Impacted Files Coverage Δ
graphql/validator/rules/init.go 100% <100%> (ø) :arrow_up:
graphql/internal/validator/messages.go 100% <100%> (ø) :arrow_up:
...raphql/validator/rules/lone_anonymous_operation.go 100% <100%> (ø)

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