-
Notifications
You must be signed in to change notification settings - Fork 8
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
Convert Travis workflow to GH actions #554
Conversation
Codecov Report
@@ Coverage Diff @@
## master #554 +/- ##
==========================================
- Coverage 95.26% 95.10% -0.17%
==========================================
Files 86 92 +6
Lines 4015 4168 +153
Branches 252 269 +17
==========================================
+ Hits 3825 3964 +139
- Misses 136 144 +8
- Partials 54 60 +6
Continue to review full report at Codecov.
|
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 for this @robertopreste! In general LGTM - my questions are mainly around understanding the changes to the container ports handling.
Closes #553
This PR replaces Travis CI with GitHub Actions.
At the moment, some Selenium tests are failing, will need to investigate why.