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: