From 410d2249b5b8024a724701b52e1740cec87fb48e Mon Sep 17 00:00:00 2001 From: Anton Shuvalov Date: Mon, 15 Jul 2024 19:36:56 +0700 Subject: [PATCH] Fix module import --- .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 ea0809a..35b2ccb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: run: poetry install - name: test - run: poetry run pytest --cache-clear --cov=src > pytest-coverage.txt + run: poetry run pytest --cache-clear --cov=zapusk > pytest-coverage.txt - name: Pytest coverage comment if: matrix.python-version == '3.11'