Skip to content
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

Merged
merged 10 commits into from
Mar 18, 2024
Merged

fix: Migrate CircleCI to GHA #412

merged 10 commits into from
Mar 18, 2024

Conversation

mrickard
Copy link
Member

@mrickard mrickard commented Mar 14, 2024

Added GitHub Actions workflows for validate (lint, test), and publish.

Closes #411
Closes #408
Closes NR-248539

…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>
.github/workflows/publish.yml Outdated Show resolved Hide resolved
.github/workflows/validate.yml Outdated Show resolved Hide resolved
.github/workflows/validate.yml Show resolved Hide resolved
Signed-off-by: mrickard <maurice@mauricerickard.com>
@mrickard mrickard force-pushed the NR-248539/migrate-to-gha branch from a2513e6 to 83130b8 Compare March 15, 2024 14:48
Signed-off-by: mrickard <maurice@mauricerickard.com>
@mrickard mrickard force-pushed the NR-248539/migrate-to-gha branch from 83130b8 to c51fb96 Compare March 15, 2024 14:54
@mrickard mrickard requested a review from bizob2828 March 15, 2024 15:04
.github/workflows/validate.yml Outdated Show resolved Hide resolved
Signed-off-by: mrickard <maurice@mauricerickard.com>
Signed-off-by: mrickard <maurice@mauricerickard.com>
Copy link

codecov bot commented Mar 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 35.14%. Comparing base (0ad85b5) to head (9dd7d9a).

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           
Flag Coverage Δ
unit-tests 35.14% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: mrickard <maurice@mauricerickard.com>
Signed-off-by: mrickard <maurice@mauricerickard.com>
@mrickard mrickard requested a review from bizob2828 March 15, 2024 19:23
Copy link
Member

@bizob2828 bizob2828 left a 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

@mrickard
Copy link
Member Author

@bizob2828 Thank you! Yes--I have to remove the CircleCI checks, and then ensure the GHA checks after I merge.

@mrickard mrickard merged commit ede692e into master Mar 18, 2024
10 checks passed
@github-actions github-actions bot mentioned this pull request Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Convert CircleCI automation to GitHub Actions Unblock or replace CircleCI jobs
2 participants