mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
Merge pull request #131 from sir-sigurd/fix-coveragerc
Fixed migrations path in .coveragerc.
This commit is contained in:
commit
1d769679a6
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