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

Optimize Repository::any() and Repository::none() #9

Merged
merged 4 commits into from
Feb 10, 2024

Conversation

Baptouuuu
Copy link
Member

Closes #6

@Baptouuuu Baptouuuu self-assigned this Feb 10, 2024
Copy link

codecov bot commented Feb 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d69cad1) 97.56% compared to head (8a90a55) 97.57%.

Additional details and impacted files
@@              Coverage Diff              @@
##             develop       #9      +/-   ##
=============================================
+ Coverage      97.56%   97.57%   +0.01%     
- Complexity       451      453       +2     
=============================================
  Files             75       75              
  Lines           3115     3138      +23     
=============================================
+ Hits            3039     3062      +23     
  Misses            76       76              

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

@Baptouuuu Baptouuuu merged commit e7f0bfd into develop Feb 10, 2024
15 checks passed
@Baptouuuu Baptouuuu deleted the optimize-any-none branch February 10, 2024 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Repository::any() and ::none() should be implementable by adapters
1 participant