From ad76304b437ec77ea1507450510eed1c16f2dce2 Mon Sep 17 00:00:00 2001 From: 9seconds Date: Wed, 11 Feb 2026 11:43:01 +0100 Subject: [PATCH] Correct argument for coverage --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f24ca4e..18cd7d6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -67,7 +67,7 @@ jobs: - name: Collect coverage uses: codecov/codecov-action@v5 with: - file: ./coverage.txt + files: ./coverage.txt fuzz: name: Fuzzing