From 1a8ac74316906cd182c3b1e6361b0648f1800ecc Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Thu, 12 Dec 2024 15:02:42 +0100 Subject: [PATCH] ci: fix 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 2b0b054..a659cb8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,5 +30,5 @@ jobs: name: Upload coverage uses: codecov/codecov-action@v5 with: - file: ./coverage/clover.xml + files: ./coverage/clover.xml token: ${{ secrets.CODECOV_TOKEN }}