From 340843100808b5f0a2e7b6318265cee6c0ee8394 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Tue, 31 Dec 2024 10:06:22 +0300 Subject: [PATCH] Update test.yml --- .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 521c6ee7d..ad4dd426e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -66,7 +66,7 @@ jobs: if: matrix.python-version == 3.11 uses: codecov/codecov-action@v5 with: - file: ./coverage.xml + files: ./coverage.xml typesafety-tests: runs-on: ubuntu-latest