Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dkorenkevych authored Apr 25, 2024
1 parent e58eec8 commit 1e1cb34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e1cb34

Please sign in to comment.