Skip to content
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

Merged

Conversation

davidporter-id-au
Copy link
Contributor

What changed?
Adds more coverage to the mutable state builder package

Why?

How did you test it?

Potential risks

Release notes

Documentation Changes

@@ -143,10 +143,9 @@ type (
// TODO: persist this to db
appliedEvents map[string]struct{}

insertTransferTasks []persistence.Task
insertCrossClusterTasks []persistence.Task
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not used, dead code

@davidporter-id-au davidporter-id-au changed the title Feature/msb coverage vi mutable state builder coverage Oct 31, 2024
Copy link

codecov bot commented Oct 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.92%. Comparing base (28f48e4) to head (cf2b4db).
Report is 2 commits behind head on master.

Additional details and impacted files
Files with missing lines Coverage Δ
service/history/execution/mutable_state_builder.go 74.59% <100.00%> (+3.54%) ⬆️

... and 6 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 28f48e4...cf2b4db. Read the comment docs.

@davidporter-id-au davidporter-id-au merged commit 1050f22 into uber:master Oct 31, 2024
20 checks passed
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.

2 participants