Skip to content

Commit 797e3bb

Browse files
committed
Update CI
1 parent a7e36b9 commit 797e3bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Run tests with coverage
4444
run: |
4545
pytest \
46-
--cov ./tests \
46+
--cov=biped_walking_controller \
4747
--cov-report=xml \
4848
--cov-report=term-missing:skip-covered
4949

0 commit comments

Comments
 (0)