Add codecov upload

This commit is contained in:
Simon Alibert
2024-05-06 09:31:31 +02:00
parent a8e245fb31
commit 8fcf6dacb3

View File

@@ -63,12 +63,13 @@ 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: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v3
with:
files: ./coverage.xml
verbose: true
- name: Tests end-to-end
run: make test-end-to-end