Don't instrument for coverage by default unless CI

This commit is contained in:
Alex Corey
2021-02-17 16:09:06 -05:00
committed by Jake McDermott
parent 242c4e2533
commit 9090cb830d
3 changed files with 5 additions and 2 deletions

View File

@@ -515,7 +515,7 @@ ui-zuul-lint-and-test:
$(NPM_BIN) --prefix awx/ui_next install
$(NPM_BIN) run --prefix awx/ui_next lint
$(NPM_BIN) run --prefix awx/ui_next prettier-check
$(NPM_BIN) run --prefix awx/ui_next test
$(NPM_BIN) run --prefix awx/ui_next test -- --coverage --watchAll=false
# Build a pip-installable package into dist/ with a timestamped version number.