Migrate from Travis CI to Gitlab CI#676
Merged
Merged
Conversation
- And delete Travis CI yaml file.
- Also use codecov.io token since gitlab CI is not directly supported.
- Use a miniconda3 docker image instead of downloading it which should significantly speed things up. - Trying a different type of parallelization which should yield more readable job names, if it works.
- Also fix alt title for Azure Pipelines badge and update Python version that we forgot to with v2.5 release.
Codecov Report
@@ Coverage Diff @@
## main #676 +/- ##
==========================================
+ Coverage 96.82% 96.85% +0.03%
==========================================
Files 63 63
Lines 9098 9098
==========================================
+ Hits 8809 8812 +3
+ Misses 289 286 -3
Continue to review full report at Codecov.
|
mulhod
approved these changes
Mar 4, 2021
aoifecahill
approved these changes
Mar 4, 2021
ghost
approved these changes
Mar 4, 2021
This was referenced Mar 4, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR closes #651.
.travis.yml..gitlab-ci.ymlfor Gitlab CI.miniconda3image instead of downloading it every time. This makes things much simpler and faster.README.rstNote: Gitlab CI runs the builds for both the branch as well as the pull request but only shows a single status check on this page. That check only updates as passing if both builds pass. To see both builds, you have to click "Details" and then click on "Pipelines" at the top to see all of the pipeline builds or check the Slack channel.