botobag / artemis

GraphQL implementation for Go
Other
10 stars 0 forks source link

Various improvements on Inspect #177

Closed zonr closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #177 into master will increase coverage by 0.43%. The diff coverage is 85.03%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #177      +/-   ##
==========================================
+ Coverage   79.24%   79.67%   +0.43%     
==========================================
  Files          97       97              
  Lines        8321     8366      +45     
==========================================
+ Hits         6594     6666      +72     
+ Misses       1410     1401       -9     
+ Partials      317      299      -18
Impacted Files Coverage Δ
graphql/scalars.go 83.56% <ø> (-0.55%) :arrow_down:
graphql/types.go 72.41% <ø> (ø) :arrow_up:
graphql/internal/value/variable_coercion.go 43.47% <0%> (-3.04%) :arrow_down:
graphql/internal/value/argument_values.go 65.57% <0%> (-2.23%) :arrow_down:
graphql/internal/value/value_coercion.go 97.01% <100%> (+0.01%) :arrow_up:
graphql/validator/rules/fields_on_correct_type.go 97.05% <100%> (ø) :arrow_up:
graphql/non_null.go 100% <100%> (ø) :arrow_up:
graphql/list.go 93.61% <100%> (-0.39%) :arrow_down:
graphql/directive.go 88.23% <100%> (-0.96%) :arrow_down:
graphql/inspect.go 88.07% <92.24%> (+41.84%) :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 192ef0a...dce87f1. Read the comment docs.