From 2ebb57226acf60406a62dce126c9fdf8939ef567 Mon Sep 17 00:00:00 2001 From: dkorenkevych Date: Thu, 25 Apr 2024 09:33:39 -0700 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 34f20df4..6135cca4 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -22,7 +22,7 @@ jobs: pip install -e . - name: Generate coverage report run: | - pytest --cov=./ --cov-report=xml + pytest test/unit/test_tutorials/test_rec_system.py --cov=./ --cov-report=xml - name: Upload coverage to Codecov if: success() || failure() uses: codecov/codecov-action@v4