-
Notifications
You must be signed in to change notification settings - Fork 15
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
Conversation
First attempt fails with the following:
I will add in the following step before
|
Well this is a new one:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
@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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
huh.
Attempting to reproduce errors in #409.
Changes proposed in this pull request