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