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

dev: remove async trait dep #959

Merged
merged 1 commit into from
Jul 13, 2024

Conversation

da2ce7
Copy link
Contributor

@da2ce7 da2ce7 commented Jul 13, 2024

Remove Unneeded Async Trait Dependency

Copy link

codecov bot commented Jul 13, 2024

Codecov Report

Attention: Patch coverage is 88.28829% with 13 lines in your changes missing coverage. Please review.

Project coverage is 77.30%. Comparing base (f2629ce) to head (64850af).

Files Patch % Lines
src/core/databases/mysql.rs 0.00% 10 Missing ⚠️
src/core/databases/sqlite.rs 90.00% 1 Missing ⚠️
...rc/servers/http/v1/extractors/client_ip_sources.rs 92.85% 1 Missing ⚠️
src/servers/http/v1/extractors/scrape_request.rs 80.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #959      +/-   ##
===========================================
- Coverage    77.31%   77.30%   -0.01%     
===========================================
  Files          183      183              
  Lines         9729     9721       -8     
===========================================
- Hits          7522     7515       -7     
+ Misses        2207     2206       -1     

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

@da2ce7
Copy link
Contributor Author

da2ce7 commented Jul 13, 2024

ACK 64850af

@da2ce7 da2ce7 merged commit 8ff668f into torrust:develop Jul 13, 2024
17 checks passed
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.

1 participant