1
0
Fork 0
mirror of https://github.com/ansible-collections/ansible.posix.git synced 2026-02-04 08:01:49 +00:00
ansible.posix/.azure-pipelines/scripts/report-coverage.sh
2020-12-11 13:29:10 +00:00

8 lines
230 B
Bash
Executable file

#!/usr/bin/env bash
# Generate code coverage reports for uploading to Azure Pipelines and codecov.io.
set -o pipefail -eu
PATH="${PWD}/bin:${PATH}"
ansible-test coverage xml --stub --venv --venv-system-site-packages --color -v