Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
ci: Increase checkout depth to 2
Browse files Browse the repository at this point in the history
This is needed by codecov to properly detect the commit. See
codecov/codecov-action#190 (comment).

Signed-off-by: Leandro Lucarella <[email protected]>
  • Loading branch information
llucax committed Mar 3, 2021
1 parent 3283f57 commit fbe6f56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
fetch-depth: 2 # needed by codecov sometimes

- uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit fbe6f56

Please sign in to comment.