From 6f94df2073d47e6b472e3fef482f1f4a6b7d12f4 Mon Sep 17 00:00:00 2001 From: AlxdrPolyakov <122611538+AlxdrPolyakov@users.noreply.github.com> Date: Thu, 14 Dec 2023 19:21:01 +0000 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 40b1d2a..7d6c76a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,12 +28,5 @@ jobs: - name: Install dependencies run: make venv - - name: Testing (without coverage) - shell: bash - run: | - if [ "${{ runner.os }}" == "Linux" ]; then - source venv/bin/activate - elif [ "${{ runner.os }}" == "Windows" ]; then - venv\Scripts\activate - fi - pytest tests/test_fit.py + - name: Testing + run: py.test --cov wise_pizza --cov-fail-under=60 --cov-report=term-missing