Skip to content

Conversation

@catamorphism
Copy link
Contributor

AdjustDateDurationRecord is always called with a non-undefined newDays, so add an assertion to that effect and remove the ?? operator for days.

@codecov
Copy link

codecov bot commented Dec 19, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.76%. Comparing base (03f9057) to head (b74fed6).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3229   +/-   ##
=======================================
  Coverage   96.75%   96.76%           
=======================================
  Files          22       22           
  Lines       10398    10399    +1     
  Branches     1859     1858    -1     
=======================================
+ Hits        10061    10063    +2     
+ Misses        289      288    -1     
  Partials       48       48           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

AdjustDateDurationRecord is always called with a non-undefined `newDays`,
so add an assertion to that effect and remove the ?? operator for `days`.
@catamorphism catamorphism force-pushed the adjust-date-duration-record branch from 46a4662 to 36f1150 Compare December 19, 2025 23:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant