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 b3c7dcf commit 7a2fc09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pavement.py
Expand Up @@ -954,7 +954,7 @@ 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/*,geonode/upload/*,geonode/monitoring/*"'
*/migrations*,*/context_processors*,geonode/qgis_server/*,version.py"'
else:
prefix = 'python'
local = options.get('local', 'false') # travis uses default to false
Expand Down

0 comments on commit 7a2fc09

Please sign in to comment.