From c00ffb3e1f981d11f0abe3b585c8571c933ca01d Mon Sep 17 00:00:00 2001 From: MicaiahReid Date: Tue, 23 Apr 2024 11:04:46 -0400 Subject: [PATCH] specify codecov yaml path --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 87beb42..6dee944 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -129,6 +129,7 @@ jobs: uses: codecov/codecov-action@v3 with: token: ${{secrets.CODECOV_TOKEN}} + codecov_yml_path: .github/codecov.yml build-publish-release: runs-on: ubuntu-latest