From eec12ddf3a1c94f6a8e9e7bb4005aaa7a32eb3eb Mon Sep 17 00:00:00 2001 From: Jishnu Bhattacharya Date: Tue, 2 Dec 2025 22:46:56 +0530 Subject: [PATCH] Revert codecov actions files tag change --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e5b0d47c..042127f56 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,4 +64,4 @@ jobs: - uses: julia-actions/julia-processcoverage@v1 - uses: codecov/codecov-action@v3 with: - files: lcov.info + file: lcov.info