dapr / go-sdk

Dapr SDK for go
Apache License 2.0
446 stars 171 forks source link

fix: stop schedule field from always being initialised #597

Closed mikeee closed 3 months ago

mikeee commented 3 months ago

Description

This fix stops the schedule field from being initialised unless otherwise explicitly with a value.

Issue reference

Please reference the issue this PR will close: #N/A

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 61.71%. Comparing base (27248ba) to head (b04cf6e). Report is 21 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #597 +/- ## ========================================== + Coverage 58.04% 61.71% +3.67% ========================================== Files 55 56 +1 Lines 3568 3419 -149 ========================================== + Hits 2071 2110 +39 + Misses 1375 1184 -191 - Partials 122 125 +3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.