diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3436990c..237ca085 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -2,6 +2,7 @@ trigger: - master - dev - 1ES + - code-coverage-fix schedules: - cron: "0 9 * * *" diff --git a/test.sh b/test.sh index b75828ed..4fb7b2fd 100755 --- a/test.sh +++ b/test.sh @@ -111,5 +111,7 @@ coverage run tests/runtests.py --settings=testapp.settings --noinput \ update \ update_only_fields +python -m coverage combine \django + python -m coverage xml --include '*mssql*' --omit '*virtualenvs*' -o coverage.xml