Open
Conversation
Refs #169. - Refactor the validate strcuture activity to reduce the number of filesystem reads to a single walk of the SIP directory hierarchy - Add a top level SIP directory to the unit tests to reflect the expected SFA SIP structure - Add a check for a completely empty SIP and report with as a single failure message
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #183 +/- ##
==========================================
+ Coverage 61.23% 61.56% +0.33%
==========================================
Files 43 43
Lines 2515 2511 -4
==========================================
+ Hits 1540 1546 +6
+ Misses 830 825 -5
+ Partials 145 140 -5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
jraddaoui
approved these changes
Mar 26, 2026
Contributor
Author
|
Yes, that's right it doesn't fully address #169. Your suggested log message
looks good. 👍🏻
…On Wed, Mar 25, 2026, 17:39 José Raddaoui Marín ***@***.***> wrote:
***@***.**** approved this pull request.
LGTM, thanks @djjuhasz <https://github.com/djjuhasz>! Probably not the
best time, but a nice reorg.
But this doesn't fully address #169
<#169>,
right? Thinking about the changelog, does it introduce any functional
changes? "Added: Check for a completely empty SIP (#169
<#169>)",
would that be okay?
—
Reply to this email directly, view it on GitHub
<#183?email_source=notifications&email_token=AAEY3V2JLQDUYLYLYCJX2AD4SR34DA5CNFSNUABKM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UKJSXM2LFO4XTIMBRGA3TINBSHA42M4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJPLQOJPXEZLWNFSXOX3ON52GSZTJMNQXI2LPNZZV6Y3MNFRWW#pullrequestreview-4010744289>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEY3V3NXUJDDEGNIYR6LXL4SR34DAVCNFSM6AAAAACW7MFT4OVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHM2DAMJQG42DIMRYHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refs #169.