-
Notifications
You must be signed in to change notification settings - Fork 3
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
Check PREMIS validity after preprocessing #1023
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1023 +/- ##
==========================================
- Coverage 54.51% 54.48% -0.03%
==========================================
Files 103 104 +1
Lines 7510 7602 +92
==========================================
+ Hits 4094 4142 +48
- Misses 3166 3202 +36
- Partials 250 258 +8 ☔ View full report in Codecov by Sentry. |
51bfdd7
to
40ca237
Compare
e99b21a
to
cae4584
Compare
146dc51
to
c51ac66
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @mcantelon! Check my comments below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pretty close, thanks @mcantelon!
This should be ready for another review. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @mcantelon! Just a minor cleanup missed from the last feedback, to not increase a lot the workflow tests length.
And for the failing check just run |
Thanks again @Radda! Ready for another look! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @mcantelon!
To save 15 more line in the tests, we could remove the default PREMIS config from them. Make sure you squash and change the commit message, maybe "before preservation" works better than "after preprocessing" now.
internal/workflow/processing_test.go
Outdated
ValidatePREMIS: premis.Config{ | ||
Enabled: false, | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same.
[skip-codecov]
51f39fa
to
8942176
Compare
Thanks @jraddaoui ! |
Refs #951.