Initial Azure Pipeline config

This commit is contained in:
John Barker
2020-12-11 13:29:10 +00:00
parent ef36fdc17d
commit 793b039691
13 changed files with 541 additions and 9 deletions

View File

@@ -0,0 +1,8 @@
#!/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