diff options
| -rw-r--r-- | .coveragerc | 1 | ||||
| -rw-r--r-- | azure-pipelines.yml | 1 | 
2 files changed, 1 insertions, 1 deletions
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  |