Merge a9561363a5
into 768e36660d
This commit is contained in:
commit
1a4fa293d0
|
@ -75,12 +75,17 @@ jobs:
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: pytest -v --cov=./lerobot --cov-report=xml --disable-warnings tests
|
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
|
- name: ls
|
||||||
# uses: codecov/codecov-action@v4
|
run: |
|
||||||
# with:
|
ls -glha .
|
||||||
# files: ./coverage.xml
|
ls -glha lerobot
|
||||||
# verbose: true
|
|
||||||
|
- name: Upload coverage reports to Codecov with GitHub Action
|
||||||
|
uses: codecov/codecov-action@v3
|
||||||
|
with:
|
||||||
|
verbose: true
|
||||||
|
|
||||||
- name: Tests end-to-end
|
- name: Tests end-to-end
|
||||||
env:
|
env:
|
||||||
DEVICE: cuda
|
DEVICE: cuda
|
||||||
|
|
Loading…
Reference in New Issue