Replace Bash codecov uploader by new Python codecov uploader. (#3713)

ci_coverage
This commit is contained in:
Felix Fontein 2021-11-13 11:48:06 +01:00 committed by GitHub
commit 5948809162
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 124 additions and 30 deletions

View file

@ -12,4 +12,4 @@ if ! ansible-test --help >/dev/null 2>&1; then
pip install https://github.com/ansible/ansible/archive/devel.tar.gz --disable-pip-version-check
fi
ansible-test coverage xml --stub --venv --venv-system-site-packages --color -v
ansible-test coverage xml --group-by command --stub --venv --venv-system-site-packages --color -v