Omit coverage of CustomAutoSchema

This commit is contained in:
wvffle 2022-09-26 18:08:30 +00:00 committed by Georg Krause
parent bfc8d742b0
commit 0c9b753ae0
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[run] [run]
include = funkwhale_api/* include = funkwhale_api/*
omit = *migrations*, *tests* omit = *migrations*, *tests*, funkwhale_api/schema.py
plugins = plugins =
django_coverage_plugin django_coverage_plugin