From 63fc686661677c67e169ae9fc14bc9bb01e7c643 Mon Sep 17 00:00:00 2001 From: trent-codecov Date: Thu, 5 Oct 2023 22:14:32 -0400 Subject: [PATCH] Fix --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b0363bf..4151fcb7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,10 @@ jobs: codecov-startup: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 + with: + submodules: true + fetch-depth: 2 - uses: actions/setup-python@v3 - name: Install CLI run: |