Closed dalyIsaac closed 3 weeks ago
Attention: Patch coverage is 7.69231%
with 12 lines
in your changes missing coverage. Please review.
Please upload report for BASE (
1063-provide-yaml-config-by-default@3b91392
). Learn more about missing BASE report.
Files with missing lines | Patch % | Lines |
---|---|---|
src/Whim.Updater/UpdaterPlugin.cs | 7.69% | 12 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Previously, using a monthly check for updates would cause an integer overflow.
This was because of the maximum
dueDate
in theTimer
class. This has been resolved by triggering the event daily and verify whether a check can occur on that date.