-
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/1030_-_Synchronize devices between IoT Hub and Portal database #1276
Feature/1030_-_Synchronize devices between IoT Hub and Portal database #1276
Conversation
Codecov ReportBase: 88.22% // Head: 87.29% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1276 +/- ##
==========================================
- Coverage 88.22% 87.29% -0.93%
==========================================
Files 222 228 +6
Lines 6826 7012 +186
==========================================
+ Hits 6022 6121 +99
- Misses 804 891 +87
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. |
foreach (var tag in tagList) | ||
{ | ||
if (tag.Key is not "modelId" and not "deviceName") | ||
{ | ||
customTags.Add(tag.Key, tag.Value.ToString()); | ||
} | ||
} |
Check notice
Code scanning / CodeQL
Missed opportunity to use Where
ef2bf12
to
77b5759
Compare
Description
What's new?
What kind of change does this PR introduce?