Skip to content
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

Update codecov orb version #410

Merged
merged 4 commits into from May 8, 2024
Merged

Update codecov orb version #410

merged 4 commits into from May 8, 2024

Conversation

tsalo
Copy link
Member

@tsalo tsalo commented May 7, 2024

Attempting to reproduce errors in #409.

Changes proposed in this pull request

  • Bump codecov orb version from 1.0.5 to 4.1.0.

@tsalo
Copy link
Member Author

tsalo commented May 7, 2024

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 codecov/codecov-circleci-orb#157 (comment):

- run:
    name: Quick fix for GPG error in Codecov
    command: mkdir -p ~/.gnupg

@tsalo tsalo mentioned this pull request May 7, 2024
@tsalo
Copy link
Member Author

tsalo commented May 7, 2024

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
Copy link

codecov-commenter commented May 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tsalo
Copy link
Member Author

tsalo commented May 8, 2024

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

- run:
# from https://github.com/codecov/codecov-circleci-orb/issues/157#issue-1692263650
name: Quick fix for GPG error in Codecov
command: mkdir -p ~/.gnupg
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

huh.

@tsalo tsalo merged commit 982fa61 into PennLINC:main May 8, 2024
25 checks passed
@tsalo tsalo deleted the update-codecov branch May 8, 2024 20:53
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.

None yet

3 participants