diff options
author | 2019-09-20 20:21:20 -0700 | |
---|---|---|
committer | 2019-09-20 20:30:05 -0700 | |
commit | 7559978e7abaeb52623ca347b2fff1dc1d32a46f (patch) | |
tree | 0e28cf08e19165d2fe8e903ce01c40ae47220b8d /azure-pipelines.yml | |
parent | CI: 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.yml | 1 |
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 |