From 45259f8f27fd50166c6930827789feedda770c84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20Kub=C3=AD=C4=8Dek?= Date: Wed, 5 Mar 2025 22:24:27 +0100 Subject: [PATCH] Update pytest.yml --- .github/workflows/pytest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index d1559f4..45bcc80 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -18,8 +18,8 @@ jobs: pip install -r requirements_dev.txt - name: Test with pytest run: | - pip install pytest pytest-cov - pytest test/ --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html + mkdir -p junit + pytest test/ --doctest-modules --junitxml=junit/test-results.xml --cov=superfaktura --cov-report=xml --cov-report=html - name: Upload pytest test results uses: actions/upload-artifact@v4 with: