-
Notifications
You must be signed in to change notification settings - Fork 15
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
feat: Improve summary handling and error reporting in repository checks #369
base: feat/summary
Are you sure you want to change the base?
Conversation
42ae627
to
688f349
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files
|
I'm still debating with myself, if passing in a I do think it's a bit cleaner separation, to return a |
1a5faff
to
6bd5041
Compare
… and improve concurrency handling Signed-off-by: simonsan <[email protected]>
…mmary with IssueScope Signed-off-by: simonsan <[email protected]>
… for better error reporting Signed-off-by: simonsan <[email protected]>
Signed-off-by: simonsan <[email protected]>
…to capture summary Signed-off-by: simonsan <[email protected]>
…o_arc_mutex Signed-off-by: simonsan <[email protected]>
… retrieve_from_arc_mutex Signed-off-by: simonsan <[email protected]>
cc36d48
to
a2aee81
Compare
Enhance the check_repository and check_cache_files functions to return a Summary, improve concurrency handling, and strengthen error logging for better reporting. Refactor summary handling in related functions for consistency.
Based on #365