diff --git a/setup.cfg b/setup.cfg index fb77c354117bbc6468e3c075e69d085280bd8a06..c5143754fea4119f661b686517ed83ff079d7d5f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -56,7 +56,6 @@ addopts = --cov-branch --cov-report term-missing:skip-covered --cov-report html - --cov-fail-under=80 --no-cov-on-fail --strict-markers markers = @@ -89,5 +88,6 @@ omit = manage.py castellum/wsgi.py castellum/settings/* + castellum/*/migrations/*.py skip_covered = True skip_empty = True