botobag / artemis

GraphQL implementation for Go
Other
10 stars 0 forks source link

[core] Rename {Scalar,Enum}.CoerceArgumentValue to CoerceLiteralValue. NFC. #139

Closed zonr closed 5 years ago

zonr commented 5 years ago

Closes #48.

codecov[bot] commented 5 years ago

Codecov Report

Merging #139 into master will not change coverage. The diff coverage is 76.92%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #139   +/-   ##
=======================================
  Coverage   74.02%   74.02%           
=======================================
  Files          66       66           
  Lines        7022     7022           
=======================================
  Hits         5198     5198           
  Misses       1552     1552           
  Partials      272      272
Impacted Files Coverage Δ
graphql/errors.go 100% <ø> (ø) :arrow_up:
graphql/scalar.go 72.3% <0%> (ø) :arrow_up:
graphql/types.go 69.64% <0%> (ø) :arrow_up:
graphql/internal/value/ast_value_coercion.go 97.26% <100%> (ø) :arrow_up:
graphql/internal/value/enum_value_coercion.go 64.28% <100%> (ø) :arrow_up:
graphql/scalars.go 82.11% <100%> (ø) :arrow_up:
graphql/scalar_alias.go 80% <66.66%> (ø) :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 c3ebeaf...7a00a3b. Read the comment docs.