From 86ffdfc23d0d8b14f37d76c549a8e2e886269fd7 Mon Sep 17 00:00:00 2001 From: wuxh Date: Mon, 29 Apr 2024 11:34:08 +0800 Subject: [PATCH] ci: fixed codecov warning ref: https://github.com/codecov/codecov-action/issues/190 --- .github/workflows/react-component-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/react-component-ci.yml b/.github/workflows/react-component-ci.yml index bc0debec..a6828ed2 100644 --- a/.github/workflows/react-component-ci.yml +++ b/.github/workflows/react-component-ci.yml @@ -94,6 +94,9 @@ jobs: steps: - name: checkout uses: actions/checkout@master + with: + # https://github.com/codecov/codecov-action/issues/190 + fetch-depth: 2 - name: restore cache from package-lock.json uses: actions/cache@v2