Migrate CI builds from Travis to Gitlab#75
Merged
Conversation
- Use an API token for codecov since Gitlab CI is not natively supported.
Codecov Report
@@ Coverage Diff @@
## main #75 +/- ##
==========================================
- Coverage 95.11% 94.24% -0.88%
==========================================
Files 6 7 +1
Lines 963 991 +28
==========================================
+ Hits 916 934 +18
- Misses 47 57 +10
Continue to review full report at Codecov.
|
Collaborator
Author
|
Not sure what's going on with codecov. I think we can just ignore it since we didn't change the code at all. |
jbiggsets
approved these changes
Mar 20, 2021
jbiggsets
left a comment
Collaborator
There was a problem hiding this comment.
Looks good to me! Thank you for doing this!
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 #73.
.travis.yml..gitlab-ci.ymlfor Gitlab CI.miniconda3image instead of downloading it every time. This makes things much simpler and faster.README.rst.Note: 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.