run unit test coverage right after unit tests

This commit is contained in:
Matthias Kretschmann 2019-07-12 14:06:09 +02:00
parent 288c630aa8
commit 9190dd6f2b
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 1 additions and 1 deletions

View File

@ -32,8 +32,8 @@ script:
# executing `npm test` scripts individually here, so first one failing will exit the build
- npm run lint || travis_terminate 1
- ./scripts/test.sh || travis_terminate 1
- npm run test:e2e || travis_terminate 1
- ./scripts/coverage.sh
- npm run test:e2e || travis_terminate 1
- ./scripts/build.sh
notifications: