From b899a100cd56ffe14d4ff28af75de97df64ca6ee Mon Sep 17 00:00:00 2001 From: Ammar Date: Fri, 4 Oct 2024 11:55:28 +0200 Subject: [PATCH] Fix --- .github/workflows/boefjes-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/boefjes-tests.yml b/.github/workflows/boefjes-tests.yml index c8820f8ce17..515dd388f5f 100644 --- a/.github/workflows/boefjes-tests.yml +++ b/.github/workflows/boefjes-tests.yml @@ -30,7 +30,7 @@ jobs: run: cd octopoes && python setup.py bdist_wheel && pip install dist/octopoes*.whl - name: Run pytests - run: python3 -m pytest --cov boefjes/ boefjes/tests + run: python3 -m pytest --cov boefjes/ --cov-reort xml --cov-branch boefjes/tests - name: Upload coverage as artifact uses: actions/upload-artifact@v4