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 - name: Test
run: pytest -v --cov=./lerobot --cov-report=xml --disable-warnings tests 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 - name: ls
# uses: codecov/codecov-action@v4 run: |
# with: ls -glha .
# files: ./coverage.xml ls -glha lerobot
# verbose: true
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v3
with:
verbose: true
- name: Tests end-to-end - name: Tests end-to-end
env: env:
DEVICE: cuda DEVICE: cuda