Skip to content

Commit

Permalink
[Hardening] coverage run integration tests too
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Oct 18, 2019
1 parent 7a2fc09 commit 6054cb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pavement.py
Original file line number Diff line number Diff line change
Expand Up @@ -953,8 +953,8 @@ def run_tests(options):
"""
if options.get('coverage'):
prefix = 'coverage run --branch --source=geonode \
--omit="*/management/*,*/__init__*,*/views*,*/signals*,*/tasks*,*/test*,*/wsgi*,*/middleware*,*/search_indexes*,\
*/migrations*,*/context_processors*,geonode/qgis_server/*,version.py"'
--omit="*/management/*,*/__init__*,*/views*,*/signals*,*/tasks*,*/test*,*/wsgi*,*/version*,\
*/middleware*,*/search_indexes*,*/migrations*,*/context_processors*,geonode/qgis_server/*"'
else:
prefix = 'python'
local = options.get('local', 'false') # travis uses default to false
Expand Down

0 comments on commit 6054cb2

Please sign in to comment.