mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-06 21:12:37 +00:00
Issue #15: Add codecov coverage reporting like grafana collection.
This commit is contained in:
3
.github/workflows/ansible-test.yml
vendored
3
.github/workflows/ansible-test.yml
vendored
@@ -48,3 +48,6 @@ jobs:
|
||||
|
||||
- name: Run integration tests on Python ${{ matrix.python_version }}
|
||||
run: ansible-test integration --docker -v --color --retry-on-error --python ${{ matrix.python_version }} --continue-on-error --diff --coverage
|
||||
|
||||
- name: Upload coverage data
|
||||
run: tests/coverage.sh
|
||||
|
||||
Reference in New Issue
Block a user