mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-10 13:44:43 +00:00
Better specification of migrations in .coveragerc.
This commit is contained in:
parent
85ee76ad7c
commit
ed90eb07b6
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
|||
[run]
|
||||
include = {{cookiecutter.repo_name}}/*
|
||||
omit = ../*migrations*
|
||||
omit = *migrations*
|
||||
|
|
|
|||
Loading…
Reference in a new issue