From 5e579c4aaad7a21d55b3d6a99be844ebd79d622e Mon Sep 17 00:00:00 2001 From: Andreas Violaris <48277853+aviolaris@users.noreply.github.com> Date: Sun, 16 Jun 2024 02:58:07 +0300 Subject: [PATCH] Update Codecov workflow --- .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 3cbfca6..e3b21e6 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 tests --cache-clear --cov-report=xml + pytest --cov=app --cov-report=xml tests/ - name: Upload coverage to Codecov uses: codecov/codecov-action@v4.4.1 with: