This commit is contained in:
Simon Alibert 2025-04-15 18:18:44 +08:00 committed by GitHub
commit 1a4fa293d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 6 deletions

View File

@ -75,12 +75,17 @@ jobs:
- name: Test
run: pytest -v --cov=./lerobot --cov-report=xml --disable-warnings tests
# TODO(aliberts): Link with HF Codecov account
# - name: Upload coverage reports to Codecov with GitHub Action
# uses: codecov/codecov-action@v4
# with:
# files: ./coverage.xml
# verbose: true
- name: ls
run: |
ls -glha .
ls -glha lerobot
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v3
with:
verbose: true
- name: Tests end-to-end
env:
DEVICE: cuda