From 064fc745336c8dd468c5863383185dd94504013f Mon Sep 17 00:00:00 2001 From: Pascal Zimmermann Date: Mon, 2 Dec 2024 00:03:09 +0100 Subject: [PATCH] feat: Adjust the GH action --- .github/workflows/pull-request-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-checks.yml b/.github/workflows/pull-request-checks.yml index 5c6c88e..ff77ba4 100644 --- a/.github/workflows/pull-request-checks.yml +++ b/.github/workflows/pull-request-checks.yml @@ -73,7 +73,7 @@ jobs: cache: 'pip' - name: Install the requirements - run: pip install -r requirements.txt && pip install pytest pytest-cov coverage-badge + run: pip install -r requirements.txt && pip install pytest-cov coverage-badge - name: Generate the coverage report run: export PYTHONPATH=$PWD && pytest --junitxml=pytest.xml --cov=. tests/unittests | tee pytest-coverage.txt