-
Notifications
You must be signed in to change notification settings - Fork 805
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
[code-coverage] Add more tests for service/history/decision package #5909
[code-coverage] Add more tests for service/history/decision package #5909
Conversation
Pull Request Test Coverage Report for Build 018ef35f-a075-4cbc-8279-bb7c9013309dDetails
💛 - Coveralls |
} | ||
for _, test := range tests { | ||
s.Run(test.name, func() { | ||
core, observedLogs := observer.New(zap.ErrorLevel) |
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.
oh nice! I didn't know about this
Codecov Report
Additional details and impacted files
... and 6 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
What changed?
Why?
improve code coverage in service/history/decision
How did you test it?
unit tests
Potential risks
Release notes
Documentation Changes