From d8098ceb3ab4d23795a76ac6710f6914d8f9e03e Mon Sep 17 00:00:00 2001 From: Nicholas Felt Date: Wed, 7 Feb 2024 09:14:21 -0800 Subject: [PATCH] ci: Test changing settings to enable codecov-action v4. --- .github/workflows/test-code.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test-code.yml b/.github/workflows/test-code.yml index 7c8e3d29c..ae1bf4358 100644 --- a/.github/workflows/test-code.yml +++ b/.github/workflows/test-code.yml @@ -69,7 +69,6 @@ jobs: - name: Print cwd contents run: | ls -la - ls *coverage* - name: Upload coverage to Codecov uses: codecov/codecov-action@v4 if: ${{ !cancelled() }}