rusackas commented on code in PR #28278:
URL: https://github.com/apache/superset/pull/28278#discussion_r1585545629
##########
.github/workflows/superset-frontend.yml:
##########
@@ -20,7 +20,7 @@ jobs:
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@v4
with:
- fetch-depth: 0 # Fetch all history
+ fetch-depth: 2 # codecov needs 2 to get a read on the SHA
Review Comment:
Cool... 0 worked as prescribed, but left me wondering if I was wasting
resources.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]