mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
Fixed migrations path in .coveragerc.
This commit is contained in:
parent
e3b1e69f16
commit
d63dbd476c
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ exclude_lines =
|
|||
if __name__ == .__main__.:
|
||||
|
||||
omit =
|
||||
avatar/*/migrations/*
|
||||
avatar/migrations/*
|
||||
|
||||
show_missing = True
|
||||
precision = 2
|
||||
|
|
|
|||
Loading…
Reference in a new issue