From 5a520e6e84053893453caf329b5e7a0ad62bc241 Mon Sep 17 00:00:00 2001 From: Anton Shuvalov Date: Mon, 15 Jul 2024 20:32:30 +0700 Subject: [PATCH] Upd cov comment matching --- .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 7140a8c..6b5ab44 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,7 +35,7 @@ jobs: run: poetry run pytest --cache-clear --cov=zapusk | tee pytest-coverage.txt - name: Pytest coverage comment - if: matrix.python-version == '3.11' + if: matrix.python-version == '3.12' uses: MishaKav/pytest-coverage-comment@main with: pytest-coverage-path: ./pytest-coverage.txt