Skip to content

Commit

Permalink
updated setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Banduhn committed Mar 10, 2020
1 parent 9696efd commit f76e62b
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
addopts = -vs --tb=short --isort --flake8 --nomigrations

testpaths =
howl
tests
howl/
tests/

python_files =
test_*.py
Expand All @@ -29,12 +29,14 @@ multi_line_output = 4

[coverage:run]
branch = True
source =
howl
include =
./*
omit =
howl/settings.py
tests/*
*/__init__.py
*migrations*
howl/settings.py
*setup.py

[coverage:report]
exclude_lines =
Expand Down

0 comments on commit f76e62b

Please sign in to comment.