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

admin/transfer_crates: Replace spawn_blocking() with diesel_async usage #9620

Merged
merged 2 commits into from
Oct 10, 2024

admin/transfer_crates: Replace `spawn_blocking()` with `diesel_async`…

6f600a6
Select commit
Loading
Failed to load commit list.
Merged

admin/transfer_crates: Replace spawn_blocking() with diesel_async usage #9620

admin/transfer_crates: Replace `spawn_blocking()` with `diesel_async`…
6f600a6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 10, 2024 in 0s

88.84% (-0.03%) compared to 6dc97be

View this Pull Request on Codecov

88.84% (-0.03%) compared to 6dc97be

Details

Codecov Report

Attention: Patch coverage is 0% with 22 lines in your changes missing coverage. Please review.

Project coverage is 88.84%. Comparing base (6dc97be) to head (6f600a6).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
src/admin/transfer_crates.rs 0.00% 22 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9620      +/-   ##
==========================================
- Coverage   88.86%   88.84%   -0.03%     
==========================================
  Files         289      289              
  Lines       29137    29143       +6     
==========================================
- Hits        25893    25892       -1     
- Misses       3244     3251       +7     

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