-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Fix codegen #16257
Fix codegen #16257
Conversation
Signed-off-by: Dirkjan Bussink <[email protected]>
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
Looks like maybe we are missing a CI check for this? Can you add one? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #16257 +/- ##
==========================================
- Coverage 68.60% 68.60% -0.01%
==========================================
Files 1544 1544
Lines 197988 197991 +3
==========================================
+ Hits 135825 135827 +2
- Misses 62163 62164 +1 ☔ View full report in Codecov by Sentry. |
We have one with the static code checks. I've seen that one fail many times before but unsure why it didn't fail on the original PR. |
Signed-off-by: Florent Poinsard <[email protected]>
Actually we do not have a check for
|
Signed-off-by: Florent Poinsard <[email protected]>
Somehow was missed in #16255
Checklist