Skip to content

Conversation

Copy link

codecov bot commented Aug 15, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.40%. Comparing base (e064c26) to head (355aa6c).
⚠️ Report is 1 commits behind head on storage-boxes.

Additional details and impacted files
@@                Coverage Diff                @@
##           storage-boxes     #541      +/-   ##
=================================================
+ Coverage          96.32%   96.40%   +0.08%     
=================================================
  Files                 70       70              
  Lines               3153     3170      +17     
=================================================
+ Hits                3037     3056      +19     
+ Misses               116      114       -2     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

def __init__(self, client: Client):
super().__init__(client)
self._client = client._client_hetzner
self.actions = ResourceActionsClient(self, "/storage_boxes")
Copy link
Member Author

Choose a reason for hiding this comment

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

The base client split and new ResourceActionsClient init seems to be working well. Haven't hit any blockers.

@jooola jooola mentioned this pull request Aug 15, 2025
11 tasks
@jooola jooola marked this pull request as draft August 15, 2025 09:22
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