Compare commits
5 Commits
pre-commit
...
user/alibe
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a9561363a5 | ||
|
|
fbb04b907c | ||
|
|
25801e7520 | ||
|
|
fc07f0e2bc | ||
|
|
8fcf6dacb3 |
17
.github/workflows/nightly-tests.yml
vendored
17
.github/workflows/nightly-tests.yml
vendored
@@ -63,12 +63,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
|
||||
|
||||
Reference in New Issue
Block a user