From 2dcd47e1c5bd696c5d2c44298c3e3797fb957385 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Almeida?= Date: Thu, 5 Oct 2023 11:16:11 +0100 Subject: [PATCH] correct tests --- .github/workflows/unit-test.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index 168e376a5..026e63a1c 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -28,7 +28,4 @@ jobs: # continue-on-error: true - name: Test with pytest run: | - coverage run -m pytest -v -s - - name: Generate Coverage Report - run: | - coverage report -m \ No newline at end of file + pytest tests/tests.py