Skip to content

Commit 5680ca4

Browse files
authored
Merge pull request #9 from fvlima/coverage-omit-settings
Add project settings to be ignored in coverage
2 parents 3b2b2c1 + e531284 commit 5680ca4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ commands =
6969

7070
[coverage:run]
7171
source = oauth2_provider
72-
omit = */migrations/*
72+
omit =
73+
*/migrations/*
74+
oauth2_provider/settings.py
7375

7476
[flake8]
7577
max-line-length = 110

0 commit comments

Comments
 (0)