Closed jackchenjc closed 1 month ago
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 43.60%. Comparing base (
4ed9aff
) to head (9d7347a
).
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Since there is no Validation
func for UpdateScheduleJob
dto, the validation should be called in the validation function of UpdateSubscriptionRequest
.
If we create a Validation
func for UpdateScheduleJob
dto, the validation can be called automatically, but that function will be very similar to the one for ScheduleJob
dto or the one I just committed.
refer to https://github.com/edgexfoundry/edgex-go/issues/4925
If your build fails due to your commit message not passing the build checks, please review the guidelines here: https://github.com/edgexfoundry/go-mod-core-contracts/blob/main/.github/Contributing.md
PR Checklist
Please check if your PR fulfills the following requirements:
BREAKING CHANGE:
describing the break)Testing Instructions
New Dependency Instructions (If applicable)