Initial Azure Pipelines

This commit is contained in:
John Barker
2020-12-10 18:08:22 +00:00
parent 518e99411a
commit 7e63c3ae4d
14 changed files with 577 additions and 9 deletions
+8
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