-
Notifications
You must be signed in to change notification settings - Fork 51
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: Migrate CircleCI to GHA #412
Conversation
…blish Signed-off-by: mrickard <maurice@mauricerickard.com>
Signed-off-by: mrickard <maurice@mauricerickard.com>
Signed-off-by: mrickard <maurice@mauricerickard.com>
Signed-off-by: mrickard <maurice@mauricerickard.com>
Signed-off-by: mrickard <maurice@mauricerickard.com>
a2513e6
to
83130b8
Compare
Signed-off-by: mrickard <maurice@mauricerickard.com>
83130b8
to
c51fb96
Compare
Signed-off-by: mrickard <maurice@mauricerickard.com>
Signed-off-by: mrickard <maurice@mauricerickard.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #412 +/- ##
=======================================
Coverage 35.14% 35.14%
=======================================
Files 4 4
Lines 552 552
Branches 149 149
=======================================
Hits 194 194
Misses 329 329
Partials 29 29
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: mrickard <maurice@mauricerickard.com>
Signed-off-by: mrickard <maurice@mauricerickard.com>
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.
Nice work. looks like you may have to update your required status checks though before merging
@bizob2828 Thank you! Yes--I have to remove the CircleCI checks, and then ensure the GHA checks after I merge. |
Added GitHub Actions workflows for validate (lint, test), and publish.
Closes #411
Closes #408
Closes NR-248539