-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
misc(ci): increase fetch-depth for codecov SHA #12079
Conversation
in i'm fine with this as a fix (attempt), but.. if not.. there's a decent chance my lovely git-get-shared-history script would do the work to satisfy this as well. :) |
If the action fixed it maybe we should just update to the latest? We're pinned to |
I can update but from that conversation it's fixed in the bash script, and we're on |
proof is in the pudding though, if this passes codecov checks I'll LGTM too :) |
Wait, so our fixed action commit just updates itself and runs whatever the hell it wants? 😆 |
haha, see if you can see the problem with these docs: https://github.com/codecov/codecov-action#arguments
|
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.
fetch-depth: 2 LGTM assuming it works :)
(seems like it did? https://github.com/GoogleChrome/lighthouse/pull/12079/checks?check_run_id=1875496980)
ah, yeah, I didn't notice that. I'll try deeper.
Honestly I don't know if depth matters all that much for CI perf...between some level of caching and overhead, there's barely a difference between |
Possible fix for codecov issues. It seems to have some problem with the checkout
fetch-depth
, but100
seems to fit what it's asking for and codecov/codecov-action#190 has been closed for over a month now.No reason it needs to go rooting around though, we already know the commit hash.
codecov issue screenshot