[ci] Move CI to GitHub Actions (fixes #215)#217
Conversation
Codecov Report
@@ Coverage Diff @@
## master #217 +/- ##
==========================================
+ Coverage 93.13% 95.47% +2.34%
==========================================
Files 8 8
Lines 597 597
==========================================
+ Hits 556 570 +14
+ Misses 41 27 -14
Continue to review full report at Codecov.
|
| include: | ||
| #---# | ||
| # R # | ||
| #---# |
There was a problem hiding this comment.
thank you, thank you
austin3dickey
left a comment
There was a problem hiding this comment.
testing whether the transient-failed build will block merge even if I approve
|
Yep LGTM! Looks like you just need to rebuild because it timed out trying to pull data.table from CRAN in one of the tests. Great work! |
😬 hopefully that's just a fluke. If it becomes a real problem we could probably change the timeout or start caching those packages or something |

This PR attempts to fix #215. See that issue and the links in it for details. Basically, Travis is becoming a lot harder for open source projects to use, and I think GitHub Actions is mature enough that we can move this project to it.