From e076bd935f822e95c7d247a27ffd6f529c7730fe Mon Sep 17 00:00:00 2001 From: Vyacheslav Matyukhin Date: Wed, 12 Oct 2022 15:35:42 +0400 Subject: [PATCH] fetch-depth for coverage job --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bbb6a7ee..7c0f11e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,6 +35,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + with: + fetch-depth: 2 - name: Setup Node.js environment uses: actions/setup-node@v2 with: