-
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
Synchronize concentrators between Azure and DB #1313
Synchronize concentrators between Azure and DB #1313
Conversation
Codecov ReportBase: 88.76% // Head: 88.80% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1313 +/- ##
==========================================
+ Coverage 88.76% 88.80% +0.03%
==========================================
Files 241 245 +4
Lines 7373 7457 +84
==========================================
+ Hits 6545 6622 +77
- Misses 828 835 +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. |
4daf624
to
6c770cd
Compare
}); | ||
|
||
_ = this.mockConcentratorRepository.Setup(repository => repository.GetByIdAsync(expectedTwinConcentrator.DeviceId)) | ||
.ReturnsAsync((Concentrator)null); |
Check warning
Code scanning / CodeQL
Useless upcast
Description
What's new?
What kind of change does this PR introduce?