botobag / artemis

GraphQL implementation for Go
Other
10 stars 0 forks source link

[validator] Implement "Directives Are In Valid Locations". #195

Closed zonr closed 5 years ago

zonr commented 5 years ago

Ref #71.

codecov[bot] commented 5 years ago

Codecov Report

Merging #195 into master will increase coverage by 0.03%. The diff coverage is 89.47%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #195      +/-   ##
==========================================
+ Coverage      83%   83.03%   +0.03%     
==========================================
  Files         115      116       +1     
  Lines        9773     9792      +19     
==========================================
+ Hits         8112     8131      +19     
+ Misses       1351     1350       -1     
- Partials      310      311       +1
Impacted Files Coverage Δ
graphql/validator/rules/known_directives.go 100% <ø> (ø) :arrow_up:
graphql/internal/validator/messages.go 98.13% <100%> (+0.02%) :arrow_up:
graphql/validator/walk.go 98.06% <100%> (ø) :arrow_up:
graphql/validator/rules/init.go 100% <100%> (ø) :arrow_up:
...l/validator/rules/directives_in_valid_locations.go 86.66% <86.66%> (ø)
graphql/validator/rule.go 95.45% <0%> (+4.54%) :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 974a4ed...ff588f3. Read the comment docs.