Closed djjuhasz closed 3 months ago
Attention: Patch coverage is 85.00000%
with 12 lines
in your changes missing coverage. Please review.
Project coverage is 53.15%. Comparing base (
17ae315
) to head (6471106
). Report is 65 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
internal/workflow/processing.go | 87.09% | 4 Missing and 4 partials :warning: |
cmd/enduro-am-worker/main.go | 0.00% | 4 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
@jraddaoui okay, I've addressed your comments and the workflow will now stop if preprocessing returns a SIP that is not a bag. I also had to fight with prettier a bit about formatting markdown, and made some changes to the preprocessing_test script to get the preprocessing test working and for my sanity trying to figure out where preservation tasks are being created and completed.
I'll squash all the changes before merging.
Fixes #805