tailcallhq / tailcall

High Performance GraphQL Runtime
https://tailcall.run
Apache License 2.0
1.19k stars 213 forks source link

fix: implement cache key for all IO types #2194

Closed ssddOnTop closed 2 weeks ago

ssddOnTop commented 3 weeks ago

fixes: #2193

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 75.00000% with 9 lines in your changes missing coverage. Please review.

Project coverage is 84.17%. Comparing base (24ee576) to head (f7567e0).

Files Patch % Lines
src/core/ir/io.rs 60.00% 8 Missing :warning:
src/core/ir/cache.rs 88.88% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2194 +/- ## ========================================== - Coverage 84.18% 84.17% -0.02% ========================================== Files 212 212 Lines 20097 20099 +2 ========================================== - Hits 16919 16918 -1 - Misses 3178 3181 +3 ```

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

tusharmath commented 2 weeks ago

Need to think of an alternative.