Skip to content

Commit

Permalink
Fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
aliberts committed Apr 28, 2024
1 parent 491ab13 commit cbbaf65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Run tests
run: |
source .venv/bin/activate
pytest --cov=./gym_pusht --cov-report=xml tests
pytest --cov=./gym_xarm tests
# TODO(aliberts): Link with HF Codecov account
# - name: Upload coverage reports to Codecov with GitHub Action
Expand Down

0 comments on commit cbbaf65

Please sign in to comment.