-
Notifications
You must be signed in to change notification settings - Fork 566
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
1047 modernize ci #1053
1047 modernize ci #1053
Conversation
@lawrennd I added a github actions file to replace the old-styled travis ci. Deploying linux and macos wheels should address some of the compatibility issues. There might be some leftovers for polishing but I suggest we get this done as quickly as possible. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## devel #1053 +/- ##
==========================================
- Coverage 51.68% 50.05% -1.63%
==========================================
Files 210 210
Lines 22198 22197 -1
Branches 3314 3314
==========================================
- Hits 11473 11111 -362
- Misses 10187 10563 +376
+ Partials 538 523 -15 |
Thanks Martin! |
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 Martin!
Move from travis et al to github actions for testing and deploy.
There still are some leftovers that can be adressed in an upcoming polishing phase.
Closes #1047