From 98951d26c59b0b7ea6b50b67801545603e90e96a Mon Sep 17 00:00:00 2001 From: David Mehren Date: Wed, 6 Jan 2021 13:17:30 +0100 Subject: [PATCH] Set fetch-depth to 0 for coverage jobs This allows codecov to fetch the commit SHA Signed-off-by: David Mehren --- .github/workflows/nest.js.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/nest.js.yml b/.github/workflows/nest.js.yml index 131eded3a..95a824874 100644 --- a/.github/workflows/nest.js.yml +++ b/.github/workflows/nest.js.yml @@ -65,6 +65,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Use Node.js 14 uses: actions/setup-node@v1 with: @@ -90,6 +92,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Use Node.js 14 uses: actions/setup-node@v1 with: