Skip to content

CI: Update CircleCI machine image #3391

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 4 commits into from
Oct 13, 2021
Merged

CI: Update CircleCI machine image #3391

merged 4 commits into from
Oct 13, 2021

Conversation

effigies
Copy link
Member

Builds are failing because coverage uses f-strings in its setup.py, and we're working on Python 3.6 images. It's not worth pinning an old coverage with Py36 EOL at the end of the year.

@codecov
Copy link

codecov bot commented Oct 13, 2021

Codecov Report

Merging #3391 (cbc714f) into master (d8ba317) will decrease coverage by 0.85%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3391      +/-   ##
==========================================
- Coverage   65.13%   64.27%   -0.86%     
==========================================
  Files         307      307              
  Lines       40372    40372              
  Branches     5336     5336              
==========================================
- Hits        26297    25950     -347     
- Misses      13003    13368     +365     
+ Partials     1072     1054      -18     
Flag Coverage Δ
unittests ?

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

Impacted Files Coverage Δ
nipype/workflows/__init__.py 47.05% <0.00%> (-52.95%) ⬇️
nipype/utils/spm_docs.py 20.00% <0.00%> (-48.00%) ⬇️
nipype/interfaces/freesurfer/base.py 48.38% <0.00%> (-28.23%) ⬇️
nipype/utils/logger.py 56.92% <0.00%> (-27.70%) ⬇️
nipype/testing/fixtures.py 77.92% <0.00%> (-20.78%) ⬇️
nipype/interfaces/dcm2nii.py 50.23% <0.00%> (-14.89%) ⬇️
nipype/interfaces/ants/base.py 65.30% <0.00%> (-8.17%) ⬇️
nipype/interfaces/spm/base.py 60.06% <0.00%> (-7.60%) ⬇️
nipype/interfaces/io.py 48.09% <0.00%> (-7.15%) ⬇️
nipype/interfaces/cat12/surface.py 59.34% <0.00%> (-6.60%) ⬇️
... and 11 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 d8ba317...cbc714f. Read the comment docs.

@effigies effigies changed the title CI: Use cimg/docker:3.9.7 for Python tasks CI: Update CircleCI machine image Oct 13, 2021
@effigies effigies merged commit 14aaca1 into nipy:master Oct 13, 2021
@effigies effigies deleted the ci/py38 branch October 13, 2021 17:24
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.

1 participant