From 3120dab1dd5865278cb6a0cb269409412a92e927 Mon Sep 17 00:00:00 2001 From: Andy Pan Date: Sun, 12 Jan 2025 23:47:01 +0800 Subject: [PATCH] ci: fix the deprecated argument of codecov --- .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 c9fb974..e2197b9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -89,7 +89,7 @@ jobs: - name: Upload code coverage report to Codecov uses: codecov/codecov-action@v5 with: - file: ./codecov.report + files: ./codecov.report flags: unittests name: codecov-ants fail_ci_if_error: true