Skip to content

Commit 9d1fe57

Browse files
committed
Update GitHub Actions workflow to specify test directory for coverage report
1 parent 80e6893 commit 9d1fe57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions-ansible-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: Run pytest with coverage
4444
run: |
45-
pytest --cov=src/ --cov-report=xml
45+
pytest --cov=src/ --cov-report=xml tests/
4646
4747
- name: Check code formatting with black
4848
run: |

0 commit comments

Comments
 (0)