mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 09:38:10 -03:30
Don't instrument for coverage by default unless CI
This commit is contained in:
committed by
Jake McDermott
parent
242c4e2533
commit
9090cb830d
2
Makefile
2
Makefile
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user