-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Tests: Add test in syslogger for LOG_EMERG
level
#14942
Conversation
Signed-off-by: Rajiv Harlalka <rajivharlalka009@gmail.com>
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
Signed-off-by: Matt Lord <mattalord@gmail.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #14942 +/- ##
=======================================
Coverage 47.25% 47.25%
=======================================
Files 1138 1138
Lines 238842 238842
=======================================
+ Hits 112867 112874 +7
+ Misses 117372 117364 -8
- Partials 8603 8604 +1 ☔ View full report in Codecov by Sentry. |
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.
Thank you, @rajivharlalka !
We can see that the code coverage for syslogger.go went from 89.71% on main to 94.12% in the PR branch:
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.
Looks great to me!
Description
Add missing check for the
LOG_EMERG
logging level in syslogger.Related Issue(s)
Part of #14931
Checklist
Deployment Notes