Skip to content

Commit

Permalink
Only check coverage in the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
lubomir committed Aug 4, 2015
1 parent d0fe350 commit 65c6c0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ install:
- pip install -r requirements/devel.txt
- sed -i -E '/import (koji|rpm)/d' $(python -vc 'import kobo.rpmlib' 2>&1 | grep 'import kobo.rpmlib' | awk '{print$NF}' | sed 's/pyc$/py/')
script:
- make cover_test
- make cover_test_run
- make flake8
after_success:
coveralls
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ test:
python manage.py test --settings pdc.settings_test

cover_test_run:
coverage run manage.py test --settings pdc.settings_test
coverage run --source=. manage.py test --settings pdc.settings_test

cover_test: cover_test_run
coverage html --rcfile=tox.ini
Expand Down

0 comments on commit 65c6c0c

Please sign in to comment.