You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: restore full coverage for aborted resolver tests
The with_abort_signal helper added for the #4267 port cancels a
pre-aborted async resolver before its body runs; because GraphQL-Core
coroutines are lazy (unlike the eager resolvers in graphql-js, whose
bodies execute before the wrapped promise rejects), the resolver bodies
in the abort-before-await cancellation tests became unreachable and
dropped coverage below 100%. Mark them no-cover, mirroring the c8-ignore
graphql-js puts on the analogous never-called callbacks.
0 commit comments