From 7559978e7abaeb52623ca347b2fff1dc1d32a46f Mon Sep 17 00:00:00 2001 From: MarkKoz Date: Fri, 20 Sep 2019 20:21:20 -0700 Subject: CI: omit migrations from coverage * Remove --branch option since it's already specified in .coveragerc --- azure-pipelines.yml | 1 - 1 file changed, 1 deletion(-) (limited to 'azure-pipelines.yml') 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 -- cgit v1.2.3