From f0c39780431d8ec6952b04d303729ee102428c16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lie=20Bouttier?= Date: Mon, 16 Sep 2024 14:59:10 +0200 Subject: [PATCH] fix codecov upload action --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 1f02860c..4aa1ae80 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -101,7 +101,7 @@ jobs: env: TAXHUB_CONFIG_FILE: config/test_config.toml - name: Upload coverage to Codecov - if: ${{ matrix.name == '11' && matrix.sqlalchemy-version == '1.4' }} + if: ${{ matrix.debian-version == '12' && matrix.sqlalchemy-version == '1.4' }} uses: codecov/codecov-action@v3 with: flags: pytest