We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d77b464 commit 718d8b2Copy full SHA for 718d8b2
.travis.yml
@@ -11,5 +11,5 @@ before_script:
11
- find . | grep .py$ | grep -v /migrations | grep -v __init__.py | xargs pyflakes
12
- psql -c 'CREATE DATABASE db_mutex;' -U postgres
13
script:
14
- - coverage run --source='db_mutex' --branch manage.py test
+ - coverage run --source='db_mutex' --branch --omit 'db_mutex/migrations/*' manage.py test
15
- coverage report --fail-under=100
0 commit comments