-
Notifications
You must be signed in to change notification settings - Fork 92
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
Check Nullability of OCS Remote Operation #1289
Check Nullability of OCS Remote Operation #1289
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #1289 +/- ##
============================================
+ Coverage 48.57% 52.30% +3.72%
- Complexity 977 978 +1
============================================
Files 200 192 -8
Lines 7697 7114 -583
Branches 989 949 -40
============================================
- Hits 3739 3721 -18
+ Misses 3438 2863 -575
- Partials 520 530 +10
|
ffd1f7f
to
eec0e57
Compare
fd91e34
to
cd82b7a
Compare
cd82b7a
to
443c7b5
Compare
443c7b5
to
7e4f691
Compare
7e4f691
to
f211942
Compare
f211942
to
b7e2b7e
Compare
@tobiasKaminsky Why I am getting this error in "ci/drone/pr" phase, have any idea? "Failed to wait for server" |
9263bd8
to
4468344
Compare
Signed-off-by: alperozturk <alper_ozturk@proton.me>
Signed-off-by: alperozturk <alper_ozturk@proton.me>
Signed-off-by: alperozturk <alper_ozturk@proton.me>
4468344
to
4f7b6d9
Compare
Signed-off-by: alperozturk <alper_ozturk@proton.me>
master-IT test failed: https://www.kaminsky.me/nc-dev/library-integrationTests/2840-IT-master-15-18/debug/ |
getServerResponse function may return null value. Library must handle nullable value to potential prevent crashes.