-
Notifications
You must be signed in to change notification settings - Fork 274
chore: migrate CI to GH actions (core checks) #1280
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
Conversation
Codecov ReportBase: 94.94% // Head: 95.13% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1280 +/- ##
==========================================
+ Coverage 94.94% 95.13% +0.18%
==========================================
Files 45 46 +1
Lines 3088 3205 +117
Branches 457 483 +26
==========================================
+ Hits 2932 3049 +117
Misses 156 156
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Summary
Our Circle CI setup stopped working correctly, and after conversation with @thymikee we decided to move to GH actions. This PR addresses moving the basic jobs there:
A separate PR will be made for job responsible for publishing GH docs.
Test plan
All jobs pass