From c82895fb655d75709ae2953dc5238947250eb24a Mon Sep 17 00:00:00 2001 From: Francisco Giordano Date: Thu, 4 Feb 2021 17:14:50 -0300 Subject: [PATCH] Fix codecov reports --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 502160fa8..957282cab 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,6 +31,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + fetch-depth: 2 - uses: actions/setup-node@v2 with: node-version: 10.x