Skip to content

Commit

Permalink
Merge pull request #646 from ferdnyc/codecov-fetch-depth
Browse files Browse the repository at this point in the history
Set checkout fetch depth for codecov
  • Loading branch information
ferdnyc committed Mar 15, 2021
2 parents 691fc83 + 917ddb0 commit 9efa359
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -13,6 +13,10 @@ jobs:

steps:
- uses: actions/checkout@v2
# Work around a codecov issue detecting commit SHAs
# see: https://community.codecov.io/t/issue-detecting-commit-sha-please-run-actions-checkout-with-fetch-depth-1-or-set-to-0/2571
with:
fetch-depth: 0

- uses: haya14busa/action-cond@v1
id: coverage
Expand Down

0 comments on commit 9efa359

Please sign in to comment.