From d03de9ee19a74dbc31ae4e22ed63868b1c8cf879 Mon Sep 17 00:00:00 2001 From: feijooso Date: Wed, 22 May 2024 00:00:20 -0300 Subject: [PATCH] coco chanel --- .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 8481855..8cca36d 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -27,7 +27,7 @@ jobs: - name: Run tests & Coverage file run: | python -m venv venv - source .venv/bin/activate + source venv/bin/activate pytest pytest --cache-clear --cov=app app/ --cov-report=xml > pytest-coverage.txt env: