Skip to content

Commit c11e451

Browse files
committed
Comment out pytest coverage step in GitHub Actions workflow
1 parent 9d1fe57 commit c11e451

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
run: |
4141
ansible-lint src/ -c .ansible-lint
4242
43-
- name: Run pytest with coverage
44-
run: |
45-
pytest --cov=src/ --cov-report=xml tests/
43+
# - name: Run pytest with coverage
44+
# run: |
45+
# pytest --cov=src/ --cov-report=xml tests/
4646

4747
- name: Check code formatting with black
4848
run: |

0 commit comments

Comments
 (0)