diff --git a/.github/workflows/nightly-tests.yml b/.github/workflows/nightly-tests.yml index b7348c87..e6dc682b 100644 --- a/.github/workflows/nightly-tests.yml +++ b/.github/workflows/nightly-tests.yml @@ -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