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

Overhaul core Tracker: extract stats #1186

Merged

Conversation

josecelano
Copy link
Member

Overhaul core Tracker: extract stats

…o the core tracker

This is part of a big refactor. We are extracting responsabilities from
the tracker. The first step is to inject the service into the tracker
and later we will use the extracted services directly. Finally we will
removed the injected service from the tracker when it's not used anymore
via the tracker.
@josecelano josecelano linked an issue Jan 16, 2025 that may be closed by this pull request
@josecelano josecelano self-assigned this Jan 16, 2025
@josecelano josecelano added the Code Cleanup / Refactoring Tidying and Making Neat label Jan 16, 2025
@josecelano josecelano requested a review from da2ce7 January 16, 2025 17:56
Copy link

codecov bot commented Jan 16, 2025

Codecov Report

Attention: Patch coverage is 99.40476% with 4 lines in your changes missing coverage. Please review.

Project coverage is 77.19%. Comparing base (df924a0) to head (2a0bc47).
Report is 3 commits behind head on develop.

Files with missing lines Patch % Lines
src/console/profiling.rs 0.00% 2 Missing ⚠️
src/main.rs 0.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1186      +/-   ##
===========================================
+ Coverage    76.54%   77.19%   +0.65%     
===========================================
  Files          181      181              
  Lines        12002    12393     +391     
  Branches     12002    12393     +391     
===========================================
+ Hits          9187     9567     +380     
- Misses        2648     2659      +11     
  Partials       167      167              

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

@josecelano josecelano force-pushed the 1184-overhaul-core-tracker-extract-stats branch from 5c6045b to a22868d Compare January 17, 2025 10:58
@josecelano josecelano force-pushed the 1184-overhaul-core-tracker-extract-stats branch from a22868d to f2ada4c Compare January 17, 2025 11:44
@josecelano josecelano force-pushed the 1184-overhaul-core-tracker-extract-stats branch from f2ada4c to fc78ac8 Compare January 17, 2025 12:16
@josecelano josecelano force-pushed the 1184-overhaul-core-tracker-extract-stats branch from fc78ac8 to ee5527d Compare January 17, 2025 12:19
@josecelano josecelano force-pushed the 1184-overhaul-core-tracker-extract-stats branch from ee5527d to ffafa5b Compare January 17, 2025 12:55
@josecelano josecelano force-pushed the 1184-overhaul-core-tracker-extract-stats branch from ffafa5b to 4026983 Compare January 17, 2025 13:00
@josecelano josecelano force-pushed the 1184-overhaul-core-tracker-extract-stats branch from 4026983 to 2a0bc47 Compare January 17, 2025 15:23
@josecelano josecelano marked this pull request as ready for review January 17, 2025 15:24
@josecelano
Copy link
Member Author

ACK 2a0bc47

@josecelano josecelano merged commit 5b46cea into torrust:develop Jan 17, 2025
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Cleanup / Refactoring Tidying and Making Neat
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Overhaul core Tracker: extract stats
1 participant