-
Notifications
You must be signed in to change notification settings - Fork 726
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
Xbee: Code refactoring #1919
Xbee: Code refactoring #1919
Conversation
60b6a0f
to
dd4f5a3
Compare
Pull Request Test Coverage Report for Build 3460741905
💛 - Coveralls |
Codecov ReportBase: 82.68% // Head: 82.76% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## dev #1919 +/- ##
==========================================
+ Coverage 82.68% 82.76% +0.08%
==========================================
Files 245 246 +1
Lines 7647 7660 +13
==========================================
+ Hits 6323 6340 +17
+ Misses 1324 1320 -4
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. |
Ok, I've decided to separate the refactoring and the new functionality into two separate PRs. |
9964386
to
f3a7f39
Compare
A little refactoring: make cluster classes non-internal for clarity and move types to a separate file.