From 22f36341ce610a7ff99fa01a91253e34a0267552 Mon Sep 17 00:00:00 2001 From: Jishnu Bhattacharya Date: Tue, 2 Dec 2025 16:07:17 +0530 Subject: [PATCH] Fix tag in ci --- .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 6e5424b1..fc7e6adf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,4 +63,4 @@ jobs: - uses: julia-actions/julia-processcoverage@v1 - uses: codecov/codecov-action@v5 with: - file: lcov.info + files: lcov.info