From 6ebf1e98db1f7f5f83f76931f7b81a49fcd9d8ea Mon Sep 17 00:00:00 2001 From: Ruidy Date: Wed, 5 Jan 2022 12:29:17 -0400 Subject: [PATCH] chore: change files --- .github/workflows/unit-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index c13b665..4529e5e 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -28,6 +28,6 @@ jobs: uses: codecov/codecov-action@v2.1.0 with: token: 7106da3d-7479-471f-ae37-e3680b62063d - file: ./lib/coverage.txt + files: ./lib/coverage.txt flags: unittests name: codecov-umbrella \ No newline at end of file