-
Notifications
You must be signed in to change notification settings - Fork 45
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
mcp23xxx: Add GPIO Group support #92
Conversation
Do I understand you need to rebase first so the tests pass? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm once tests pass.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #92 +/- ##
=======================================
+ Coverage 49.8% 51.3% +1.5%
=======================================
Files 91 100 +9
Lines 11867 12853 +986
=======================================
+ Hits 5914 6599 +685
- Misses 5695 5976 +281
- Partials 258 278 +20 ☔ View full report in Codecov by Sentry. |
* Add GPIO Group support to mcp23xxx * Add unit tests for group * Fix unit test * add file * Fix lint errors
Fixes #17