botobag / artemis

GraphQL implementation for Go
Other
10 stars 0 forks source link

[types] Move graphql.Directive to interface. #153

Closed zonr closed 5 years ago

zonr commented 5 years ago

Closes #152.

codecov[bot] commented 5 years ago

Codecov Report

Merging #153 into master will not change coverage. The diff coverage is 92.85%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #153   +/-   ##
=======================================
  Coverage   72.69%   72.69%           
=======================================
  Files          77       77           
  Lines        7947     7947           
=======================================
  Hits         5777     5777           
  Misses       1845     1845           
  Partials      325      325
Impacted Files Coverage Δ
graphql/internal/value/directive_values.go 100% <ø> (ø) :arrow_up:
graphql/schema.go 71.33% <0%> (ø) :arrow_up:
graphql/directives.go 100% <100%> (ø) :arrow_up:
graphql/directive.go 89.18% <100%> (ø) :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 72547af...42c3481. Read the comment docs.