diff --git a/.coveragerc b/.coveragerc index 0a5fbc3..4a08d6a 100644 --- a/.coveragerc +++ b/.coveragerc @@ -3,3 +3,5 @@ show_missing = True [run] omit = */migrations/* + */admin.py + */translation.py