From 3b17347069d6c46c20948c381bfe1b9c5e1705e3 Mon Sep 17 00:00:00 2001 From: feijooso Date: Wed, 22 May 2024 00:05:43 -0300 Subject: [PATCH] try --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 788eb41..37c7f77 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -29,7 +29,7 @@ jobs: python -m venv venv source venv/bin/activate pytest - pytest --cache-clear --cov=app tests/ --cov-report=xml > pytest-coverage.txt + pytest --cache-clear --cov=app app/tests/ --cov-report=xml > pytest-coverage.txt env: DATABASE_URL: postgresql://pepe PYTHONPATH: ./app