From 1e1cb3478be30b5f88516732f6ab5d5da3de7eaf Mon Sep 17 00:00:00 2001 From: dkorenkevych Date: Thu, 25 Apr 2024 10:29:01 -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 6135cca4..ced2eb27 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 test/unit/test_tutorials/test_rec_system.py --cov=./ --cov-report=xml + pytest test/unit/with_pytorch/test_agent.py --cov=./ --cov-report=xml - name: Upload coverage to Codecov if: success() || failure() uses: codecov/codecov-action@v4