typelevel / grackle

Grackle: Functional GraphQL for the Typelevel stack
http://typelevel.org/grackle/
Apache License 2.0
176 stars 25 forks source link

Added stack trace printing #581

Closed phdoerfler closed 6 months ago

phdoerfler commented 6 months ago

Previously, many kinds of errors (e.g. a typo in a column name resulting in an exception from Postgres) would go unreported and the only clue that any kind of error occurred was a JSON decoding error in the playground.

codecov-commenter commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 74.12%. Comparing base (fa42e36) to head (536dc0d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #581 +/- ## ========================================== - Coverage 74.14% 74.12% -0.03% ========================================== Files 32 32 Lines 4606 4606 Branches 1018 1018 ========================================== - Hits 3415 3414 -1 - Misses 1191 1192 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

milessabin commented 6 months ago

That test failure looks like a (hopefully) transient issue with the docker test environment. I'm retrying :crossed_fingers: