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

feat(api): add support for GraphQL filter attributeExists #3838

Merged
merged 3 commits into from
Sep 23, 2024

fix(datastore): flacky unit test

a6c0a26
Select commit
Loading
Failed to load commit list.
Merged

feat(api): add support for GraphQL filter attributeExists #3838

fix(datastore): flacky unit test
a6c0a26
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 27, 2024 in 0s

68.42% (-0.12%) compared to cb80b91

View this Pull Request on Codecov

68.42% (-0.12%) compared to cb80b91

Details

Codecov Report

Attention: Patch coverage is 50.00000% with 52 lines in your changes missing coverage. Please review.

Project coverage is 68.42%. Comparing base (cb80b91) to head (a6c0a26).

Files Patch % Lines
...egories/DataStore/Model/Internal/Persistable.swift 8.33% 33 Missing ⚠️
...ify/Categories/DataStore/Query/QueryOperator.swift 0.00% 12 Missing ⚠️
Amplify/Categories/DataStore/Query/ModelKey.swift 0.00% 2 Missing ⚠️
...mplify/Categories/DataStore/Query/QueryField.swift 0.00% 2 Missing ⚠️
...ries/DataStore/Query/QueryOperator+Equatable.swift 50.00% 1 Missing ⚠️
...fy/Categories/DataStore/Query/QueryPredicate.swift 0.00% 1 Missing ⚠️
...Plugin/Storage/SQLite/SQLStatement+Condition.swift 97.56% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3838      +/-   ##
==========================================
- Coverage   68.54%   68.42%   -0.12%     
==========================================
  Files        1057     1082      +25     
  Lines       36738    37783    +1045     
==========================================
+ Hits        25182    25854     +672     
- Misses      11556    11929     +373     

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