From 68112eddc2552a63594f8e2bcabd7cbf6cbe5aef Mon Sep 17 00:00:00 2001 From: Jake Bailey <5341706+jakebailey@users.noreply.github.com> Date: Wed, 17 Jul 2024 15:09:37 -0700 Subject: [PATCH] Fix coverage uploading --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 053c61e4be96b..727c7df30b1a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,7 +99,8 @@ jobs: - uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0 with: use_oidc: true - file: ./coverage/codecov.json + disable_search: true + files: ./coverage/codecov.json lint: runs-on: ubuntu-latest