feat: Improve summary handling and error reporting in repository checks#369
feat: Improve summary handling and error reporting in repository checks#369simonsan wants to merge 7 commits intofeat/summaryfrom
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 <14062932+simonsan@users.noreply.github.com>
…mmary with IssueScope Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
… for better error reporting Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
…to capture summary Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
…o_arc_mutex Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
… retrieve_from_arc_mutex Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
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