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

perf(storage): Use ToListAsync() instead of ToArrayAsync() #36

Merged
merged 1 commit into from
Jan 29, 2024

perf(storage): Use ToListAsync() instead of ToArrayAsync(), because T…

ed2f0b1
Select commit
Loading
Failed to load commit list.
Merged

perf(storage): Use ToListAsync() instead of ToArrayAsync() #36

perf(storage): Use ToListAsync() instead of ToArrayAsync(), because T…
ed2f0b1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 29, 2024 in 1s

91.30% (+0.20%) compared to a6910fe

View this Pull Request on Codecov

91.30% (+0.20%) compared to a6910fe

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a6910fe) 91.10% compared to head (ed2f0b1) 91.30%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #36      +/-   ##
==========================================
+ Coverage   91.10%   91.30%   +0.20%     
==========================================
  Files          51       51              
  Lines         989      989              
  Branches      105      105              
==========================================
+ Hits          901      903       +2     
+ Misses         60       59       -1     
+ Partials       28       27       -1     

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