-
Notifications
You must be signed in to change notification settings - Fork 471
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
CI: use GHA for codegen_verification #4412
Conversation
e672c32
to
ba62fb1
Compare
ba62fb1
to
85397ed
Compare
Codecov Report
@@ Coverage Diff @@
## master #4412 +/- ##
==========================================
- Coverage 55.34% 55.32% -0.02%
==========================================
Files 400 400
Lines 50797 50797
==========================================
- Hits 28112 28104 -8
- Misses 20311 20315 +4
- Partials 2374 2378 +4
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
manually compared the Github Actions output and the CircleCI output for codegen_verification on the same build and they look the same to me. |
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.
Looks pretty straightforward.
This moves the codegen_verification task to Github Actions, as it is similar to the other types of static checks and linting jobs already in GHA.