From ba56f006fc7190f752d4e6e1312f85697984a229 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Fri, 14 Mar 2025 09:57:39 +0100 Subject: [PATCH] ci: update deprecated input for codecov-action Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 28e327d..5eee02d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,5 +27,5 @@ jobs: name: Upload coverage uses: codecov/codecov-action@v5 with: - file: ./coverage/clover.xml + files: ./coverage/clover.xml token: ${{ secrets.CODECOV_TOKEN }}