Closed djjuhasz closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 82.05%. Comparing base (
e610eaf
) to head (c1e4882
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Fixes #19.
The expectation is https://github.com/artefactual-labs/bagit-gython will be used as the bag validator. The bag validator is being injected into the activity so the setting up the embedded Python interpreter (which is expensive) is only done once in a workflow even if validate_activity is run multiple times.