-
Notifications
You must be signed in to change notification settings - Fork 82
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
Stop relying on the input .zap file in Matter test codegen. #1035
Stop relying on the input .zap file in Matter test codegen. #1035
Conversation
To keep backwards compat with old Matter revisions, we require explicit includeAllClusters=true in the templates to get the new behavior.
Depends on project-chip/zap#1035 to actually ignore that state.
Depends on project-chip/zap#1035 to actually ignore that state.
Codecov Report
@@ Coverage Diff @@
## master #1035 +/- ##
==========================================
- Coverage 67.04% 67.03% -0.01%
==========================================
Files 157 157
Lines 17198 17202 +4
Branches 3756 3760 +4
==========================================
+ Hits 11531 11532 +1
- Misses 5667 5670 +3
|
Depends on project-chip/zap#1035 to actually ignore that state.
Depends on project-chip/zap#1035 to actually ignore that state.
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.
Assuming these changes are just for backwards compatibility and not being used by any of our latest application templates.
Our latest "application templates" (as in, the test codegen) would be setting |
Depends on project-chip/zap#1035 to actually ignore that state.
…26703) Depends on project-chip/zap#1035 to actually ignore that state.
To keep backwards compat with old Matter revisions, we require explicit includeAllClusters=true in the templates to get the new behavior.