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