Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix cache pollution for in/nin filter expressions #6711

Merged
merged 1 commit into from
Nov 21, 2023

Fixed cache pollution for in/nin filter expressions

d92f981
Select commit
Loading
Failed to load commit list.
Merged

Fix cache pollution for in/nin filter expressions #6711

Fixed cache pollution for in/nin filter expressions
d92f981
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 21, 2023 in 0s

63.45% (-15.53%) compared to 6965960

View this Pull Request on Codecov

63.45% (-15.53%) compared to 6965960

Details

Codecov Report

Attention: 13 lines in your changes are missing coverage. Please review.

Comparison is base (6965960) 78.98% compared to head (d92f981) 63.45%.
Report is 77 commits behind head on main.

Files Patch % Lines
...rization.Opa/Request/DefaultQueryRequestFactory.cs 0.00% 3 Missing ⚠️
...Abstractions/Serialization/Utf8JsonWriterHelper.cs 40.00% 3 Missing ⚠️
.../Transport.Http/GraphQLHttpEventStreamProcessor.cs 92.10% 3 Missing ⚠️
...AspNetCore/src/Transport.Http/GraphQLHttpClient.cs 71.42% 2 Missing ⚠️
...Core/Serialization/DefaultHttpResponseFormatter.cs 0.00% 1 Missing ⚠️
...pNetCore/src/Transport.Http/GraphQLHttpResponse.cs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #6711       +/-   ##
===========================================
- Coverage   78.98%   63.45%   -15.53%     
===========================================
  Files        2903     2324      -579     
  Lines      139771   114620    -25151     
===========================================
- Hits       110397    72737    -37660     
- Misses      29374    41883    +12509     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.