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

ci_coverage
This commit is contained in:
Felix Fontein
2021-11-13 11:47:33 +01:00
committed by GitHub
parent 5233936262
commit 3961ad3763
10 changed files with 124 additions and 30 deletions
@@ -11,7 +11,7 @@ mkdir "${agent_temp_directory}/coverage/"
options=(--venv --venv-system-site-packages --color -v)
ansible-test coverage combine --export "${agent_temp_directory}/coverage/" "${options[@]}"
ansible-test coverage combine --group-by command --export "${agent_temp_directory}/coverage/" "${options[@]}"
if ansible-test coverage analyze targets generate --help >/dev/null 2>&1; then
# Only analyze coverage if the installed version of ansible-test supports it.