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 --- .coveragerc | 1 + azure-pipelines.yml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.coveragerc b/.coveragerc index 68f8305a..a49af74e 100644 --- a/.coveragerc +++ b/.coveragerc @@ -8,6 +8,7 @@ source = pydis_site/apps/staff pydis_site/apps/wiki omit = + */migrations/* */admin.py */apps.py */urls.py 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