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

Rework scope cleanup microservice #1891

Merged
merged 2 commits into from
Feb 12, 2025
Merged

Rework scope cleanup microservice #1891

merged 2 commits into from
Feb 12, 2025

Conversation

jmthomas
Copy link
Member

No description provided.

Copy link

codecov bot commented Feb 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.40%. Comparing base (7b95638) to head (19f528c).
Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1891   +/-   ##
=======================================
  Coverage   79.40%   79.40%           
=======================================
  Files         523      523           
  Lines       40905    40910    +5     
=======================================
+ Hits        32480    32486    +6     
+ Misses       8425     8424    -1     
Flag Coverage Δ
python 83.98% <ø> (+<0.01%) ⬆️
ruby-api 48.45% <ø> (ø)
ruby-backend 82.51% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

areas = [
["#{@scope}/text_logs", scope.text_log_retain_time],
["#{@scope}/tool_logs", scope.tool_log_retain_time],
["#{@scope}/text_logs/openc3_log_messages", scope.text_log_retain_time],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did these paths get more specific? That wont support future changes.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We will improve this in the future if needed.

@jmthomas jmthomas merged commit b61aebb into main Feb 12, 2025
30 checks passed
@jmthomas jmthomas deleted the scope_cleanup branch February 12, 2025 23:05
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.

2 participants