Skip to content

Commit

Permalink
Use fetch-depth:2 to let codecov detect the sha
Browse files Browse the repository at this point in the history
We see a warning in PR workflows otherwise.
  • Loading branch information
Geod24 committed Mar 4, 2021
1 parent 97e6868 commit aa890bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
# Requiried for codecov action
fetch-depth: 2
- uses: dlang-community/setup-dlang@v1

- name: 'Build & Test'
Expand Down

0 comments on commit aa890bd

Please sign in to comment.