fix attempt

This commit is contained in:
Simon Alibert
2024-05-30 09:30:42 +02:00
parent fc07f0e2bc
commit 25801e7520

View File

@@ -64,10 +64,14 @@ jobs:
- name: Test
run: pytest -v --cov=./lerobot --cov-report=xml --disable-warnings tests
- name: ls
run: |
ls -glha .
ls -glha lerobot
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v3
with:
files: ./coverage.xml
verbose: true
- name: Tests end-to-end