From ef57a9023a7b60250a531701925a6a0eb792bdda Mon Sep 17 00:00:00 2001 From: Sergey Zhuk Date: Tue, 19 Mar 2024 20:29:32 +0000 Subject: [PATCH] ci: fix codecov --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d6a32f59..8b25bd8f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -74,7 +74,7 @@ jobs: run: ${{ matrix.test-command }} - name: Upload to Codecov - if: matrix.os == 'ubuntu-latest && matrix.python-version == '3.11' + if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11' uses: codecov/codecov-action@v4.1.0 with: files: tests/coverage.xml