From aa19da2a4dda71f7e121bdadbf2cd5c4e5b2d815 Mon Sep 17 00:00:00 2001 From: Thomas Patzke Date: Mon, 16 Sep 2024 23:59:11 +0200 Subject: [PATCH] Removed pytest parameters --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c1723ce..145aea9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,4 +25,4 @@ jobs: - name: Install dependencies run: poetry install - name: Run tests - run: poetry run pytest --cov=sigma --cov-report term --cov-report xml:cov.xml -vv \ No newline at end of file + run: poetry run pytest \ No newline at end of file