From 83a12b8e0e4ad3b7a0c85ee5a047e2e45f0165be Mon Sep 17 00:00:00 2001 From: rpartzsch Date: Fri, 3 Jan 2025 16:50:03 +0100 Subject: [PATCH] GIT: debugging pytest in github actions --- .github/workflows/workflows.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/workflows.yml b/.github/workflows/workflows.yml index 7b63fa8..31f12d1 100644 --- a/.github/workflows/workflows.yml +++ b/.github/workflows/workflows.yml @@ -25,7 +25,4 @@ jobs: - name: Test with pytest run: | - coverage run -m pytest -v -s - - name: Generate Coverage Report - run: | - coverage report -m + pytest -sv