PennLINC / aslprep

Preprocessing of arterial spin labeling (ASL) data
https://aslprep.readthedocs.io
Other
37 stars 15 forks source link

Update codecov orb version #410

Closed tsalo closed 5 months ago

tsalo commented 6 months ago

Attempting to reproduce errors in #409.

Changes proposed in this pull request

tsalo commented 6 months ago

First attempt fails with the following:

./"codecov"  create-commit -t <redacted>
[221] Error loading Python lib '/tmp/_MEIgcdeCP/libpython3.11.so.1.0': dlopen: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/_MEIgcdeCP/libpython3.11.so.1.0)

Exited with code exit status 255

I will add in the following step before codecov/upload, based on https://github.com/codecov/codecov-circleci-orb/issues/157#issue-1692263650:

- run:
    name: Quick fix for GPG error in Codecov
    command: mkdir -p ~/.gnupg
tsalo commented 6 months ago

Well this is a new one:

./"codecov"  create-commit -t <redacted>
[219] Error loading Python lib '/tmp/_MEICvt1sA/libpython3.11.so.1.0': dlopen: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/_MEICvt1sA/libpython3.11.so.1.0)

Exited with code exit status 255
codecov-commenter commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 84.34%. Comparing base (4b82467) to head (aa75fb1).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #410 +/- ## ======================================= Coverage 84.34% 84.34% ======================================= Files 37 37 Lines 3986 3986 ======================================= Hits 3362 3362 Misses 624 624 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

tsalo commented 6 months ago

@mattcieslak I have no clue how, but it's working