Skip to content

CI: Move from Travis to GitHub actions #3318

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

Merged
merged 1 commit into from
Apr 1, 2021
Merged

CI: Move from Travis to GitHub actions #3318

merged 1 commit into from
Apr 1, 2021

Conversation

effigies
Copy link
Member

Summary

Fixes #3274.

List of changes proposed in this PR (pull-request)

Acknowledgment

  • (Mandatory) I acknowledge that this contribution will be available under the Apache 2 license.

@effigies effigies force-pushed the ci/github branch 4 times, most recently from 6de7f6c to 79bdb3b Compare March 31, 2021 18:33
@codecov
Copy link

codecov bot commented Mar 31, 2021

Codecov Report

Merging #3318 (17a9827) into master (9e8b655) will increase coverage by 0.30%.
The diff coverage is n/a.

❗ Current head 17a9827 differs from pull request most recent head 615887c. Consider uploading reports for the commit 615887c to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3318      +/-   ##
==========================================
+ Coverage   64.70%   65.00%   +0.30%     
==========================================
  Files         302      302              
  Lines       39911    40027     +116     
  Branches     5291     5292       +1     
==========================================
+ Hits        25825    26021     +196     
+ Misses      12998    12934      -64     
+ Partials     1088     1072      -16     
Flag Coverage Δ
unittests 64.70% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
nipype/algorithms/icc.py 57.53% <0.00%> (ø)
nipype/utils/docparse.py 52.21% <0.00%> (ø)
nipype/interfaces/fsl/utils.py 63.76% <0.00%> (ø)
nipype/interfaces/minc/minc.py 85.18% <0.00%> (+0.01%) ⬆️
nipype/interfaces/fsl/preprocess.py 71.54% <0.00%> (+0.03%) ⬆️
nipype/interfaces/ants/registration.py 73.09% <0.00%> (+0.05%) ⬆️
nipype/interfaces/base/specs.py 89.28% <0.00%> (+0.05%) ⬆️
nipype/interfaces/base/traits_extension.py 88.29% <0.00%> (+0.06%) ⬆️
nipype/testing/fixtures.py 98.70% <0.00%> (+0.09%) ⬆️
nipype/interfaces/niftyreg/regutils.py 80.76% <0.00%> (+0.09%) ⬆️
... and 37 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9e8b655...615887c. Read the comment docs.

@effigies effigies force-pushed the ci/github branch 5 times, most recently from 17a9827 to 615887c Compare March 31, 2021 20:55
@effigies
Copy link
Member Author

Re-adding style and specs checks will need to be separate. black.format_str isn't generating text that black is happy with, so I'm pushing that off for now.

@djarecka @satra @oesteban @mgxd (I'm not sure who all considers themselves an active maintainer rn) does this cover the use cases that Travis used to enough to be going on with?

@satra
Copy link
Member

satra commented Apr 1, 2021

looks reasonable

@effigies effigies merged commit 467183e into master Apr 1, 2021
@effigies effigies deleted the ci/github branch April 13, 2021 14:42
@effigies effigies added this to the 1.6.1 milestone May 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Travis now limiting OSS builds
2 participants