We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7e36b9 commit 797e3bbCopy full SHA for 797e3bb
1 file changed
.github/workflows/build.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Run tests with coverage
44
run: |
45
pytest \
46
- --cov ./tests \
+ --cov=biped_walking_controller \
47
--cov-report=xml \
48
--cov-report=term-missing:skip-covered
49
0 commit comments