From 8da4f5d080cd2c031c8556570bc1c874688727b9 Mon Sep 17 00:00:00 2001 From: "Vadim A. Potemkin" Date: Tue, 21 May 2024 11:06:47 +0300 Subject: [PATCH] Update integration_tests.yml --- .github/workflows/integration_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 584d932ee..3b03133ff 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -39,7 +39,7 @@ jobs: run: poetry install - name: Run tests with pytest - run: poetry run pytest --cov=fedot -s tests/integration + run: poetry run pytest --cov=fedot_ind -s tests/integration - name: Codecov-coverage uses: codecov/codecov-action@v3