diff --git a/.coveragerc b/.coveragerc new file mode 100644 index 0000000..3e7137b --- /dev/null +++ b/.coveragerc @@ -0,0 +1,10 @@ +[run] +parallel = true +concurrency = multiprocessing +source = django_x509 +omit = + /*/test* + /tests + /*/__init__.py + /setup.py + /*/migrations/* diff --git a/setup.cfg b/setup.cfg index ddeb6c2..861750b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,14 +8,3 @@ universal=1 ignore = W605, W503, W504 exclude = *migrations/0* max-line-length = 88 - -[coverage:run] -parallel = True -concurrency = multiprocessing -source = django_x509 -omit = - /*/test* - /tests - /*/__init__.py - /setup.py - /*/migrations/*