From 25801e7520492f602c41f168d040fd3ab2796d5e Mon Sep 17 00:00:00 2001 From: Simon Alibert Date: Thu, 30 May 2024 09:30:42 +0200 Subject: [PATCH] fix attempt --- .github/workflows/nightly-tests.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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