Skip to content

Commit f1b2cdc

Browse files
committed
fix(test): the last change disabled coverage
1 parent 0396c24 commit f1b2cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: |
5252
export DISPLAY=:99
5353
Xvfb :99 -screen 0 1024x768x16 &
54-
pytest --cov-report=xml:tests/coverage.xml --md=tests/results-${{ matrix.python-version }}.md --junit-xml=tests/results-junit.xml
54+
pytest --cov=ardupilot_methodic_configurator --cov-report=xml:tests/coverage.xml --md=tests/results-${{ matrix.python-version }}.md --junit-xml=tests/results-junit.xml
5555
5656
- name: Fix coverage paths
5757
run: |

0 commit comments

Comments
 (0)