Skip to content

Commit

Permalink
Ingnore migration files for code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mvantellingen committed May 31, 2017
1 parent b523327 commit eb837fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ ignore=E731
max-line-length = 120
exclude=
src/**/migrations/*.py

[coverage:run]
omit =
src/**/migrations/*.py

0 comments on commit eb837fa

Please sign in to comment.