mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-12 00:54:22 -07:00
Replace Bash codecov uploader by new Python codecov uploader. (#3713)
ci_coverage
This commit is contained in:
parent
18a17acaa4
commit
5948809162
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue