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
The files SupabaseCachingService.ts and SupabaseDataService.ts also tend to grow any time we touch something GraphQL related. They are currently included in code coverage reports and make it difficult for you to not dip below thresholds if a PR was only about adding support for a new GraphQL entity.
The text was updated successfully, but these errors were encountered:
Right now we have to disable code coverage for all files under graphql/ because we don't have a strategy on how to test it. See
hypercerts-api/vitest.config.ts
Line 25 in 32c6505
The files SupabaseCachingService.ts and SupabaseDataService.ts also tend to grow any time we touch something GraphQL related. They are currently included in code coverage reports and make it difficult for you to not dip below thresholds if a PR was only about adding support for a new GraphQL entity.
The text was updated successfully, but these errors were encountered: