Issue #15: Add codecov coverage reporting like grafana collection.

This commit is contained in:
Jeff Geerling
2020-02-11 17:10:38 -06:00
parent 7b5c599f6d
commit a21f8c4d6b
4 changed files with 42 additions and 1 deletions

View File

@@ -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