remove debug flag, but continue to log chrome output
This commit is contained in:
parent
7b4f8aa4a5
commit
d5ab729dd3
1 changed files with 1 additions and 1 deletions
|
@ -448,7 +448,7 @@ karma:
|
||||||
<<: *except-docs
|
<<: *except-docs
|
||||||
variables:
|
variables:
|
||||||
BABEL_ENV: "coverage"
|
BABEL_ENV: "coverage"
|
||||||
DEBUG: "true"
|
CHROME_LOG_FILE: "chrome_debug.log"
|
||||||
script:
|
script:
|
||||||
- bundle exec rake karma
|
- bundle exec rake karma
|
||||||
coverage: '/^Statements *: (\d+\.\d+%)/'
|
coverage: '/^Statements *: (\d+\.\d+%)/'
|
||||||
|
|
Loading…
Reference in a new issue