-
Notifications
You must be signed in to change notification settings - Fork 800
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mutable state builder coverage #6454
mutable state builder coverage #6454
Conversation
@@ -143,10 +143,9 @@ type ( | |||
// TODO: persist this to db | |||
appliedEvents map[string]struct{} | |||
|
|||
insertTransferTasks []persistence.Task | |||
insertCrossClusterTasks []persistence.Task |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not used, dead code
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files
... and 6 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
What changed?
Adds more coverage to the mutable state builder package
Why?
How did you test it?
Potential risks
Release notes
Documentation Changes