aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2019-09-20 20:21:20 -0700
committerGravatar MarkKoz <[email protected]>2019-09-20 20:30:05 -0700
commit7559978e7abaeb52623ca347b2fff1dc1d32a46f (patch)
tree0e28cf08e19165d2fe8e903ce01c40ae47220b8d /azure-pipelines.yml
parentCI: publish XML coverage report (diff)
CI: omit migrations from coverage
* Remove --branch option since it's already specified in .coveragerc
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index b2aa7141..5a42085e 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -44,7 +44,6 @@ jobs:
python3 manage.py makemigrations --check
python3 manage.py migrate
coverage run \
- --branch \
manage.py test \
--testrunner xmlrunner.extra.djangotestrunner.XMLTestRunner \
--no-input