Skip to content

Commit c0aebd8

Browse files
committed
add coverage
1 parent fcbfb39 commit c0aebd8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/integration-changed.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,19 @@ jobs:
5757
--diff
5858
--color
5959
--python ${{ matrix.python-version }}
60+
--coverage
6061
cs/group${{ matrix.group }}/
6162
env:
6263
ANSIBLE_CLOUDSTACK_CONTAINER: quay.io/ansible/cloudstack-test-container:${{ matrix.container-version }}
64+
65+
- name: Generate coverage report.
66+
run: >-
67+
ansible-test
68+
coverage xml
69+
-v
70+
--requirements
71+
--group-by command
72+
--group-by version
73+
- uses: codecov/codecov-action@v4
74+
with:
75+
fail_ci_if_error: false

0 commit comments

Comments
 (0)