-
Notifications
You must be signed in to change notification settings - Fork 313
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
NAS-133230 / 25.04 / Fix some strict null issues #11217
Conversation
# Conflicts: # src/app/modules/slide-ins/components/modal-header/modal-header.component.spec.ts # src/app/modules/slide-ins/components/slide-in/slide-in.component.ts
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #11217 +/- ##
==========================================
- Coverage 82.47% 82.46% -0.01%
==========================================
Files 1650 1650
Lines 58675 58697 +22
Branches 6059 6073 +14
==========================================
+ Hits 48394 48407 +13
- Misses 10281 10290 +9 ☔ 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.
Code looks good.
# Conflicts: # src/app/pages/dashboard/components/dashboard/dashboard.component.spec.ts
This PR has been merged and conversations have been locked. |
Changes:
Fixes some issues in strict null mode.
Testing:
Code review is enough.