mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-28 00:06:53 +01:00
fix coverals in travis
This commit is contained in:
parent
8c2ba0415f
commit
6ce0b87464
@ -9,6 +9,8 @@ before_script:
|
||||
script:
|
||||
- npm install
|
||||
- npm run test
|
||||
- npm run test:coverage-report
|
||||
- npm run test:coverage
|
||||
notifications:
|
||||
slack:
|
||||
secure: MroremSKwtQkwPbrXjgs9hIqKTCDKk7bAIXXzjcS6wXC9uRaFgwFaW8oO3vBxtWa4BL44EQBLE/rboWgqFER62+XgXNgEqGZqrcJHJvby4r+dUNMPI64OZvWdIiydIYxLo8C1C4x5PqBup0xuLq8h/SBnNvA2NLgkjuvzOi+v/Q=
|
||||
|
@ -39,7 +39,7 @@
|
||||
"start:dev:pg-chain": "export DATABASE_URL=postgres://$PGUSER:$PGPASSWORD@localhost:$PGPORT/postgres ; db-migrate up && npm run start:dev",
|
||||
"db-migrate": "db-migrate up",
|
||||
"db-migrate:down": "db-migrate down",
|
||||
"test": "export PORT=4243 ; mocha --recursive test && npm run test:coverage",
|
||||
"test": "export PORT=4243 ; mocha --recursive test",
|
||||
"test:unit": "mocha test/unit/**/*.js ",
|
||||
"test:docker": "./scripts/docker-postgres.sh",
|
||||
"test:watch": "mocha --watch test test/*",
|
||||
|
Loading…
Reference in New Issue
Block a user