diff --git a/api/.coveragerc b/api/.coveragerc index 4e3cf2bad..a27c034bb 100644 --- a/api/.coveragerc +++ b/api/.coveragerc @@ -1,5 +1,5 @@ [run] include = funkwhale_api/* -omit = *migrations*, *tests* +omit = *migrations*, *tests*, funkwhale_api/schema.py plugins = django_coverage_plugin