Closed falexwolf closed 1 week ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 92.61%. Comparing base (
57fbd29
) to head (ed8cc5b
). Report is 27 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
It turned out that in some use cases, it's meaningful to populate the
uid
field with an external id; e.g. from an ELN system.Hence, we're only validating the internal ids.
Storage and users are exceptions because we might want to change the length at some point in the future (we changed the Storage uid length about 1 year ago from 8 to 12 chars).
This PR is a correction to the below PR: