From b38385f90c969eb1766c7da1f4c0287658fe1633 Mon Sep 17 00:00:00 2001 From: Frankie Dintino Date: Tue, 17 Dec 2024 16:56:08 -0500 Subject: [PATCH] fix arguments for codecov action --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fca931f..c8ead8a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -103,7 +103,7 @@ jobs: - name: Upload coverage uses: codecov/codecov-action@v5 with: - file: ./coverage.xml + files: ./coverage.xml msys: runs-on: windows-latest @@ -158,7 +158,7 @@ jobs: - name: Upload coverage uses: codecov/codecov-action@v5 with: - file: ./coverage.xml + files: ./coverage.xml flags: GHA_Windows name: "MSYS2 MinGW" success: