-
Notifications
You must be signed in to change notification settings - Fork 42
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
chore: Migrate to github actions for CI #228
Conversation
af52412
to
a353fca
Compare
Codecov Report
@@ Coverage Diff @@
## develop actions/toolkit#228 +/- ##
==========================================
Coverage ? 99.89%
==========================================
Files ? 55
Lines ? 1969
Branches ? 158
==========================================
Hits ? 1967
Misses ? 1
Partials ? 1 Continue to review full report at Codecov.
|
Hey @Radi85, you may have to set up the repository on codecov, although their bot is still commenting so i guess it may not be required. I haven't added anything related to release as of now, please let me know your thoughts regarding the potential approaches as stated in #220 (comment). any new ideas are welcome. |
Hey @abhiabhi94, well done. Thanks a lot for your time. |
6cc0172
to
8a33e69
Compare
Thank you 🎉 for the updates.
I have updated the patch to include the release workflow. The aim is to release to test PyPI servers when there is tag pushed on the You probably would have to setup the credentials on Github, in case you haven't done it yet. This guide could be helpful. |
8a33e69
to
087cea7
Compare
1ffb28a
to
3fb3e72
Compare
- add separate environment in tox for linters and docs. - switch to codecov for coverage since coveralls doesn't play well with github-actions. - add wheels and setuptools to the environment. Thanks travis for their service till now.
3fb3e72
to
e4623e7
Compare
hey @Radi85, is their any other change that is required in this patch or is this now good to go? |
So far I think we are good to go. Let's see how things go and later on we decide whether adding the main release or just keeping it manually. @abhiabhi94 thanks for the good work. |
Thanks travis for their service till now.
closes actions/toolkit#223.