Skip to content

Commit

Permalink
Do fetch-depth 2 on CI to fix Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean85 committed Mar 4, 2021
1 parent 899b0de commit d9fdc40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/static-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 2 # needed by codecov sometimes

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit d9fdc40

Please sign in to comment.