From d8af7dbc66749e26008ab78c05a92cbd5d589d2e Mon Sep 17 00:00:00 2001 From: Chase Engelbrecht Date: Fri, 12 Apr 2024 11:54:44 -0700 Subject: [PATCH] Don't manually specify coverage file Signed-off-by: Chase Engelbrecht --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df11172e8..d652016b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,8 +62,6 @@ jobs: # This step uses the codecov-action Github action: https://github.com/codecov/codecov-action - name: Upload Coverage Report uses: codecov/codecov-action@v2 - with: - files: ./codeCoverage.xml - name: Upload Artifacts uses: actions/upload-artifact@v1