Add codecov upload
This commit is contained in:
13
.github/workflows/nightly-tests.yml
vendored
13
.github/workflows/nightly-tests.yml
vendored
@@ -63,12 +63,13 @@ 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: Upload coverage reports to Codecov with GitHub Action
|
||||||
# uses: codecov/codecov-action@v4
|
uses: codecov/codecov-action@v3
|
||||||
# with:
|
with:
|
||||||
# files: ./coverage.xml
|
files: ./coverage.xml
|
||||||
# verbose: true
|
verbose: true
|
||||||
|
|
||||||
- name: Tests end-to-end
|
- name: Tests end-to-end
|
||||||
run: make test-end-to-end
|
run: make test-end-to-end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user