Skip to content

Commit

Permalink
exclude tests dirs from test coverage stats
Browse files Browse the repository at this point in the history
  • Loading branch information
willemarcel committed Feb 7, 2017
1 parent 8e53723 commit 37b93ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[flake8]
#ignore = E265
max-line-length = 120
exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs
exclude = .tox,.git,*/migrations/*,*/tests/*,*/static/CACHE/*,docs

[coverage:run]
source =
Expand Down

0 comments on commit 37b93ed

Please sign in to comment.