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