-
Notifications
You must be signed in to change notification settings - Fork 20
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
Switch CI to GitHub actions #178
Conversation
After fixing up the test setup for PyPy3, it looks like TARDIS almost supports it. There appears to be an issue with handling SQLite3.
|
Codecov Report
@@ Coverage Diff @@
## master actions/toolkit#178 +/- ##
=======================================
Coverage 99.54% 99.54%
=======================================
Files 43 43
Lines 1769 1769
=======================================
Hits 1761 1761
Misses 8 8
Continue to review full report at Codecov.
|
I've removed pypy3 for the time being, since the reporting of |
Deferred the PyPy3 issue. See actions/toolkit#179. |
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.
Awesome, even the badges have the correct links :)
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.
Thanks a lot of your awesome work. I have only one little change to request. Could you remove the .travis.yaml as well, please?
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.
Thanks! Go for it 🥳
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.
Could you apply the suggested change, please?
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.
Thanks a lot for your awesome contribution. I am happy that CI has now moved to GitHub actions. Tests are very fast now!
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.
Still great ;)
This PR switches the CI from Travis to GitHub actions.
Closes actions/toolkit#176.