Skip to content
New issue

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

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

Already on GitHub? # to your account

use generics in traits rather than 'dyn traits' #64

Merged
merged 3 commits into from
Dec 28, 2023

fixup

417e7bc
Select commit
Loading
Failed to load commit list.
Merged

use generics in traits rather than 'dyn traits' #64

fixup
417e7bc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 28, 2023 in 0s

46.26% (+0.71%) compared to c4521bc

View this Pull Request on Codecov

46.26% (+0.71%) compared to c4521bc

Details

Codecov Report

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

Comparison is base (c4521bc) 45.55% compared to head (417e7bc) 46.26%.
Report is 1 commits behind head on main.

Files Patch % Lines
src/client.rs 0.00% 23 Missing ⚠️
src/client/inner/refreshable.rs 0.00% 11 Missing ⚠️
src/client/inner/quick.rs 0.00% 6 Missing ⚠️
src/endpoints/feed_items.rs 0.00% 2 Missing ⚠️
src/endpoints/transactions/get.rs 0.00% 2 Missing ⚠️
src/endpoints/transactions/list.rs 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #64      +/-   ##
==========================================
+ Coverage   45.55%   46.26%   +0.71%     
==========================================
  Files          19       19              
  Lines         911      897      -14     
==========================================
  Hits          415      415              
+ Misses        496      482      -14     

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