From f3f609379ca2b33d1b09c5bc4389717565f8ac0f Mon Sep 17 00:00:00 2001 From: Andreas Violaris <48277853+aviolaris@users.noreply.github.com> Date: Sun, 16 Jun 2024 01:56:49 +0300 Subject: [PATCH] Fix tests path --- .github/workflows/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 615a97a..2d366f6 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -27,7 +27,7 @@ jobs: pip install pytest-cov - name: Run tests and collect coverage run: | - pytest app --cache-clear --cov-report=xml + pytest tests --cache-clear --cov-report=xml - name: Upload coverage to Codecov uses: codecov/codecov-action@v4.4.1 with: