From c6869ef0ddbfa80add7d52480bf12f93ac08131b Mon Sep 17 00:00:00 2001 From: petretiandrea Date: Fri, 1 Mar 2024 20:09:56 +0000 Subject: [PATCH] fix tests action --- .github/workflows/validation.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index 937b7d4..86e89d3 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -103,10 +103,9 @@ jobs: --cov-fail-under=40 \ --junitxml=pytest.xml \ --cov-report=term-missing:skip-covered \ - --cov=app - -n auto \ + --cov=app \ -p no:sugar \ - tests/unit | tee pytest-coverage.txt + tests/ | tee pytest-coverage.txt - name: Pytest coverage comment uses: MishaKav/pytest-coverage-comment@main with: