Closed uatuko closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 93.88%. Comparing base (
9a98d53
) to head (25c8df4
). Report is 5 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
When
rev
starts at0
, there's a possibility that records could get overwritten unintentionally if there's an ID conflict. This change starts therev
at a random integer to reduce the likelihood of this happening.