Closed benoit74 closed 10 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
824f8b5
) 100.00% compared to head (692f69b
) 100.00%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Rationale
Fix #97
Changes
test_restore_from_db_start_new_period_not_recorded
test to exercise the "usual" condition where we have not yet recorded the last period found in DB at application restart (test is GREEN even without code changes)test_restore_from_db_start_new_period_recorded
test to exercise the "rare" condition where we have already recorded the last period found in DB at application restart (test is RED without the code changes)