-
-
Notifications
You must be signed in to change notification settings - Fork 535
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
Move CI tests to GitHub actions #148
Conversation
8dbd572
to
6d0c8af
Compare
This is blocked by GitHub not having beta python versions :( actions/setup-python#15 |
Can we merge it if it works and then update it once Github supports 3.8? |
@marcoacierno I think we should try to add 3.8a on Circle CI and then when it is supported on GH Actions we can migrate :) |
19c8f50
to
2b3c51b
Compare
2b3c51b
to
7285dae
Compare
915f4c1
to
4ee0818
Compare
Codecov Report
@@ Coverage Diff @@
## master #148 +/- ##
==========================================
+ Coverage 90.66% 95.38% +4.71%
==========================================
Files 23 54 +31
Lines 493 1755 +1262
==========================================
+ Hits 447 1674 +1227
- Misses 46 81 +35 |
eb5e43f
to
f82b4a9
Compare
This can be merged when uvloop 0.14 gets released (as it is broken on py38) |
4ee0397
to
0f3b67b
Compare
0f3b67b
to
716b86b
Compare
716b86b
to
83ee3d4
Compare
This should make it easier to test under multiple python versions (ie 3.8 beta)