-
Notifications
You must be signed in to change notification settings - Fork 231
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: switch to Github Actions? #135
Comments
I’ve moved most of my projects over. The UX is much better, and |
@marbar3778 at least I don't see a reason not to open a PR. I think it will also clarify a few things (e.g. performance, configurability) and make the discussion less abstract. If you are OK with a low probability that we might still stick with circle in the near future. |
@marbar3778 make sure to check out https://github.com/actions-rs if you haven't already seen it |
I have a branch here: tac0turtle#1 just need to figure out the codecov part but everything else looks good. Once its fixed ill open the PR against this repo |
Awesome! The codecov part looks seemingly easy with this: https://github.com/marketplace/actions/rust-grcov |
|
Awesome work Marko, thanks! |
Github Actions is an alternative to circleci. It looks worth exploring! Things like code coverage and uploading to codecov.io looks much simpler for instance (it's a bit like circleci's orbs but integrated into github; also the snippets are hosted here on this platform)
Discussion started here:
#134 (comment)
The text was updated successfully, but these errors were encountered: