-
Notifications
You must be signed in to change notification settings - Fork 12
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
Feature/#1281_-_Syncronize edge device between IoT hub and portal database #1314
Feature/#1281_-_Syncronize edge device between IoT hub and portal database #1314
Conversation
Codecov ReportBase: 88.80% // Head: 88.89% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1314 +/- ##
==========================================
+ Coverage 88.80% 88.89% +0.09%
==========================================
Files 245 249 +4
Lines 7457 7585 +128
==========================================
+ Hits 6622 6743 +121
- Misses 835 842 +7
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
catch (Exception e) | ||
{ | ||
this.logger.LogError(e, "Sync devices job has failed"); | ||
} |
Check notice
Code scanning / CodeQL
Generic catch clause
catch (Exception e) | ||
{ | ||
throw new InternalServerErrorException($"Unable to get devices twins", e); | ||
} |
Check notice
Code scanning / CodeQL
Generic catch clause
d4666ab
to
c84e89e
Compare
c84e89e
to
beade02
Compare
Description
What's new?
What kind of change does this PR introduce?