botobag / artemis

GraphQL implementation for Go
Other
10 stars 0 forks source link

[core] Make use of Inspect to print values in error messages. #141

Closed zonr closed 5 years ago

zonr commented 5 years ago

Closes #45.

codecov[bot] commented 5 years ago

Codecov Report

Merging #141 into master will increase coverage by <.01%. The diff coverage is 87.5%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #141      +/-   ##
==========================================
+ Coverage   73.68%   73.69%   +<.01%     
==========================================
  Files          67       67              
  Lines        7115     7120       +5     
==========================================
+ Hits         5243     5247       +4     
- Misses       1576     1577       +1     
  Partials      296      296
Impacted Files Coverage Δ
graphql/executor/execute.go 83.41% <100%> (+0.08%) :arrow_up:
graphql/internal/value/argument_values.go 67.79% <100%> (+0.55%) :arrow_up:
graphql/scalars.go 82.11% <100%> (ø) :arrow_up:
graphql/internal/value/variable_coercion.go 46.51% <50%> (+0.17%) :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 e08cd2d...d1b2b02. Read the comment docs.