-
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
Add tests for service/matching/handler/handler.go #6116
Add tests for service/matching/handler/handler.go #6116
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted filessee 34 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Pull Request Test Coverage Report for Build 018fea7a-18b7-47bd-a290-626b1503cb11Details
💛 - Coveralls |
**What changed?** tests for service/matching/handler/handler.go **Why?** improve unit test coverage **How did you test it?** unit tests **Potential risks** **Release notes** **Documentation Changes**
8d5991d
to
57e712e
Compare
Pull Request Test Coverage Report for Build 018feab2-8717-4ed8-a03c-5959e4a21454Details
💛 - Coveralls |
wg.Wait() | ||
} | ||
|
||
func (s *handlerSuite) TestStop() { |
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.
add go routine leak detection. goleak.VerifyNone
dee5e29
to
f01e807
Compare
Pull Request Test Coverage Report for Build 018fee8f-064e-4387-b1d1-93c64d6eb36fDetails
💛 - Coveralls |
What changed?
tests for service/matching/handler/handler.go
Why?
improve unit test coverage
How did you test it?
unit tests
Potential risks
Release notes
Documentation Changes